rust/tests/codegen-llvm/lib-optimizations
The 8472 99ab27f90c specialize slice::fill to use memset when possible
LLVM generally can do this on its own, but it helps miri and other backends.
2025-10-08 20:14:24 +02: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