[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 04:52:28 PDT 2019


xbolva00 updated this revision to Diff 218648.
xbolva00 added a comment.

Rebased, fixed braces


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67153/new/

https://reviews.llvm.org/D67153

Files:
  /home/xbolva00/LLVM/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  /home/xbolva00/LLVM/llvm/test/Transforms/InstCombine/sub-or-and-xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67153.218648.patch
Type: text/x-patch
Size: 3942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190904/4ad0234d/attachment.bin>


More information about the llvm-commits mailing list