This is an archive of the discontinued LLVM Phabricator instance.

Added InstCombine transform for pattern "(A | B) ^ (~A) = (~A) ^ (A | B) -> (A | ~B)"
ClosedPublic

Authored by suyog on Jul 18 2014, 12:15 PM.

Details

Summary

This patch implements transform for pattern "(A | B) ^ (~A) = (~A) ^ (A | B) -> (A | ~B)"

Please help in reviewing the same.

Thanks,
Suyog

Diff Detail

Repository
rL LLVM

Event Timeline

suyog updated this revision to Diff 11657.Jul 18 2014, 12:15 PM
suyog retitled this revision from to Added InstCombine transform for pattern "(A | B) ^ (~A) = (~A) ^ (A | B) -> (A | ~B)".
suyog updated this object.
suyog edited the test plan for this revision. (Show Details)
suyog added reviewers: nicholas, rafael, dexonsmith.
suyog added a subscriber: Unknown Object (MLST).
suyog accepted this revision.Jul 22 2014, 8:43 AM
suyog added a reviewer: suyog.
This revision is now accepted and ready to land.Jul 22 2014, 8:43 AM
suyog closed this revision.Jul 22 2014, 8:46 AM
suyog updated this revision to Diff 11759.

Closed by commit rL213662 (authored by @suyog).