[InstCombine] fold `(icmp eq/ne (and (shl -1, X), Y), 0)` -> `(icmp eq/ne (lshr Y, X), 0)`
Proofs: https://alive2.llvm.org/ce/z/oSRGBt Closes #84691
parent
cef862e0
Please register or sign in to comment
Proofs: https://alive2.llvm.org/ce/z/oSRGBt Closes #84691