llvm-project
463c9f08
- InstCombine: Stop using m_c_BinOp for non-commutative ops (#172327)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 days ago
InstCombine: Stop using m_c_BinOp for non-commutative ops (#172327) The previous flow tried both m_BinOp and m_c_BinOp for noncommutative ops. Seems to have worked out OK though, since there are no test changes.
References
#172327 - InstCombine: Stop using m_c_BinOp for non-commutative ops
Author
arsenm
Parents
b6c0eefe
Loading