This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform tests
ClosedPublic

Authored by kitaisreal on Jul 3 2023, 11:46 AM.

Diff Detail

Event Timeline

kitaisreal requested review of this revision.Jul 3 2023, 11:46 AM
kitaisreal created this revision.
kitaisreal updated this revision to Diff 537753.Jul 6 2023, 8:54 AM

Added negative test cases.

kitaisreal retitled this revision from [InstCombine] added icmp or xor tests to [InstCombine] Generalise ((x1 ^ y1) | (x2 ^ y2)) == 0 transform tests.
kitaisreal edited the summary of this revision. (Show Details)

Updated tests.

Updated tests.

This revision was not accepted when it landed; it landed in state Needs Review.Jul 15 2023, 2:57 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.