This patch implements transform for pattern "(A ^ B) | ~(A | B) -> ~(A & B)".
And this pattern is already implemented in gcc.
Differential D86363
InstCombine transform pattern "(A ^ B) | ~(A | B) -> ~(A & B)" added Jac1494 on Aug 21 2020, 12:35 PM. Authored by
Details This patch implements transform for pattern "(A ^ B) | ~(A | B) -> ~(A & B)". And this pattern is already implemented in gcc.
Diff Detail Event Timeline
|
m_Specific ?