[llvm] [InstCombine] Support gep nuw in icmp folds (PR #118472)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 05:46:50 PST 2024
nikic wrote:
@bgra8 Yes, optimizing out that kind of code is exactly the intention for this change (for bounds check elimination).
https://github.com/llvm/llvm-project/pull/118472
More information about the llvm-commits
mailing list