[llvm] [SimplifyIndVar] ICMP predicate conversion to EQ/NE (PR #144945)

Sergey Shcherbinin via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 19 21:09:47 PDT 2025


SergeyShch01 wrote:

> What's OSR?

OSR stands for Operation Strength Reduction (classical optimization reducing number of induction variables in a loop and optimizing consumers of induction variables) done by LoopStrengthReduce pass

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


More information about the llvm-commits mailing list