llvm-project
c630e136 - [InstSimplify] Simplify both operands of select before comparing (#121753)

Commit
272 days ago
[InstSimplify] Simplify both operands of select before comparing (#121753) In the simplifySelectWithEquivalence fold, simplify both operands before comparing them, instead of comparing one simplified operand with a non-simplified operand. This is slightly more powerful.
Author
Parents
Loading