[llvm] [llvm] [InstCombine] fold "icmp eq (X + (V - 1)) & -V, X" to "icmp eq 0, (and X, V - 1)" (PR #152851)

Pavel Skripkin via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 9 12:16:33 PDT 2025


pskrgag wrote:

@dtcxzyw  Big thanks you for review! Addressed your comments

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


More information about the llvm-commits mailing list