llvm-project
463c9f08 - InstCombine: Stop using m_c_BinOp for non-commutative ops (#172327)

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.
Author
Parents
Loading