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 22 2014, 1:43 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

suyog updated this revision to Diff 11780.Jul 22 2014, 1:43 PM
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:47 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:47 AM
suyog closed this revision.Jul 31 2014, 10:08 PM
suyog updated this revision to Diff 12092.

Closed by commit rL214478 (authored by @suyog).