rust/tests/codegen-llvm/lib-optimizations
Scott McMurray 6bd9d7625d Assume the returned value in .filter(…).count()
Similar to how this helps in `slice::Iter::position`, LLVM sometimes loses track of how high this can get, so for `TrustedLen` iterators tell it what the upper bound is.
2025-12-01 21:32:04 -08:00
..
iter-filter-count-assume.rs Assume the returned value in .filter(…).count() 2025-12-01 21:32:04 -08:00
iter-sum.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
slice_fill.rs specialize slice::fill to use memset when possible 2025-10-08 20:14:24 +02:00
slice_rotate.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00