llvm-project
553f8e71
- [InstCombine] simplify `icmp pred x, ~x` (#73990)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#73990 - [InstCombine] simplify `icmp pred x, ~x`
Author
ParkHanbum
Parents
88b1d16c
Loading