[InstCombine] fold `(icmp eq/ne (or disjoint x, C0), C1)` -> `(icmp eq/ne x, C0^C1)`
Proof: https://alive2.llvm.org/ce/z/m3xoo_ Closes #87734
parent
5b58eb68
Please register or sign in to comment
Proof: https://alive2.llvm.org/ce/z/m3xoo_ Closes #87734