[PATCH] D67153: [InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B)
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 05:00:24 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370883: [InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B) (authored by xbolva00, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D67153?vs=218649&id=218651#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67153/new/
https://reviews.llvm.org/D67153
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/trunk/test/Transforms/InstCombine/sub-or-and-xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67153.218651.patch
Type: text/x-patch
Size: 3858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190904/41692471/attachment.bin>
More information about the llvm-commits
mailing list