[llvm] [InstCombine] Fold `scmp(x -nsw y, 0)` to `scmp(x, y)` (PR #105583)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 01:55:59 PDT 2024
nikic wrote:
Huh, that's interesting. Didn't expect that ucmp has constants mostly on the left.
https://github.com/llvm/llvm-project/pull/105583
More information about the llvm-commits
mailing list