[llvm] [LSR] Make OptimizeLoopTermCond able to handle some non-cmp conditions (PR #165590)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 30 13:50:27 PDT 2025
nikic wrote:
I'm trying to understand this code, and I'm not super clear why these preconditions are necessary at all. If IVIncInsertPos is later chosen as the NCD of the uses, doesn't the position of the use not matter?
https://github.com/llvm/llvm-project/pull/165590
More information about the llvm-commits
mailing list