[llvm] [InstCombine] Fold `icmp samesign u{gt/lt} (X +nsw C2), C` -> `icmp s{gt/lt} X, (C - C2)` (PR #169960)
Andreas Jonson via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 1 08:50:07 PST 2025
andjo403 wrote:
unsigned is the more canonical form
https://github.com/llvm/llvm-project/pull/169960
More information about the llvm-commits
mailing list