[PATCH] InstCombine ((x | ~y) ^ (~x ^ y)) to (x & ~y)
Mayur Pandey
mayur.p at samsung.com
Thu Aug 28 05:49:19 PDT 2014
Hi David,
Updated the patch as per your comments to make it more generalized. Please help in reviewing the same.
Thanks,
Mayur
http://reviews.llvm.org/D4940
Files:
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
test/Transforms/InstCombine/or-xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4940.13028.patch
Type: text/x-patch
Size: 2565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140828/4eba4886/attachment.bin>
More information about the llvm-commits
mailing list