summaryrefslogtreecommitdiff
path: root/tests/codegen/array-map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Permit MIR inlining without #[inline]Ben Kimock2023-04-071-1/+1
|
* Increase array size in array-map.rsNikita Popov2023-03-221-3/+3
| | | | | Make sure that the loop is not fully unrolled (which allows eliminating the allocas) in LLVM 16 either.
* Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper"Nikita Popov2023-03-181-3/+3
| | | | | This reverts commit 4a04d086cac54a41517d5657b59d5fe2caca2d71, reversing changes made to 2d0a7def330ed90f416a3429dbb44c5ee2a914e5.
* Increase array size in array-map.rsNikita Popov2023-03-171-3/+3
| | | | | Make sure that the loop is not fully unrolled (which allows eliminating the allocas) in LLVM 16 either.
* Allow canonicalizing the `array::map` loop in trusted casesScott McMurray2023-02-041-1/+3
|
* Stop forcing `array::map` through an unnecessary `Result`Scott McMurray2023-02-041-3/+2
|
* Stop using `into_iter` in `array::map`Scott McMurray2023-02-041-0/+48