This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by suyog on Jul 24 2014, 4:57 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

suyog updated this revision to Diff 11836.Jul 24 2014, 4:57 AM
suyog retitled this revision from to Added InstCombine transform for pattern "(A & ~B) ^ (~A) -> ~(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:45 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:45 AM
suyog closed this revision.Jul 31 2014, 10:16 PM
suyog updated this revision to Diff 12093.

Closed by commit rL214479 (authored by @suyog).