[llvm] [LAA] Hoist setting condition for RT-checks (NFC) (PR #128045)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 12:14:19 PDT 2025


https://github.com/fhahn commented:

I added one case where this changes behavior in 8bdcd0a96e65557c8c3bf506d186c49002db6463

Not looked closely at it, but I think previously the code should only retry with runtime checks if there is an unknown dependence with non-constant distance.

Now we will always retry with runtime checks, even if we had a non-constant distance that isn't unknown?

https://github.com/llvm/llvm-project/pull/128045


More information about the llvm-commits mailing list