This patch implements transform for pattern "(A | B) ^ (~A) = (~A) ^ (A | B) -> (A | ~B)"
Please help in reviewing the same.
Thanks,
Suyog
Differential D4588
Added InstCombine transform for pattern "(A | B) ^ (~A) = (~A) ^ (A | B) -> (A | ~B)" suyog on Jul 18 2014, 12:15 PM. Authored by
Details This patch implements transform for pattern "(A | B) ^ (~A) = (~A) ^ (A | B) -> (A | ~B)" Please help in reviewing the same. Thanks,
Diff Detail
Event TimelineComment Actions Made minor change in comment as suggested by Duncan in : http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140721/226719.html Comment Actions Accepting revision as per reviewed in: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140721/226719.html Thanks !! |