This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by suyog on Jul 24 2014, 6:04 AM.

Diff Detail

Event Timeline

suyog updated this revision to Diff 11840.Jul 24 2014, 6:04 AM
suyog retitled this revision from to Added InstCombine transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)".
suyog updated this object.
suyog edited the test plan for this revision. (Show Details)
suyog added a subscriber: Unknown Object (MLST).

Gentle Ping !!

Patch won't take much time to review :)

majnemer accepted this revision.Jul 31 2014, 11:53 AM
majnemer added a reviewer: majnemer.
majnemer added a subscriber: majnemer.

LGTM

This revision is now accepted and ready to land.Jul 31 2014, 11:53 AM
suyog closed this revision.Jul 31 2014, 9:51 PM
suyog updated this revision to Diff 12090.

Closed by commit rL214476 (authored by @suyog).