llvm-project
553f8e71 - [InstCombine] simplify `icmp pred x, ~x` (#73990)

Commit
350 days ago
[InstCombine] simplify `icmp pred x, ~x` (#73990) simplify compare between specific variable `X` and `NOT(X)` Proof: https://alive2.llvm.org/ce/z/KTCpjP Fixed https://github.com/llvm/llvm-project/issues/57532.
Author
Parents
Loading