[llvm-branch-commits] [llvm] release/19.x: [SLP] Order clustered load base pointers by ascending offsets (#100653) (PR #101033)
David Green via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 1 03:34:45 PDT 2024
davemgreen wrote:
It is fixing a performance regression introduced in #98025 under AArch64. My only worry in it is the sorting algorithm, where there is a chance it isn't quite strict-weak. The regression wasn't huge, lets leave this one and we can pick it up in the next release. It's a bit of a shame to get the decreased performance but it might be better to be careful, considering this was already wrong once.
https://github.com/llvm/llvm-project/pull/101033
More information about the llvm-branch-commits
mailing list