[llvm] [X86] EltsFromConsecutiveLoads - recognise reverse load patterns. (PR #168706)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 10:25:34 PST 2025
nico wrote:
Hello, this makes
```
bin/clang -fprofile-generate -fno-strict-overflow --target=x86_64-apple-macos -O2 -c foo.i
```
go from compiling in 0.3s to not compiling within 4 minutes on my machine.
Please take a look and revert for now if it takes a while to fix.
[foo.i.zip](https://github.com/user-attachments/files/23940958/foo.i.zip)
https://github.com/llvm/llvm-project/pull/168706
More information about the llvm-commits
mailing list