[llvm] Check for immediates using isLegalICmpImmediate (PR #140999)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 22 13:36:17 PDT 2025


AZero13 wrote:

There are some regressions but this is purely luck; what is happening is that CSE happens when cmn 1 was adjusted to cmp 0 in some cases, particulary when cmp 0 allows the folding of some things from and to ands.

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


More information about the llvm-commits mailing list