[PATCH] D67155: [InstCombine] Fold sub (and A, B) (or A, B)) to neg (xor A, B)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 10:29:37 PDT 2019


This revision was automatically updated to reflect the committed changes.
xbolva00 marked an inline comment as done.
Closed by commit rL370934: [InstCombine] Fold sub (and A, B) (or A, B)) to neg (xor A, B) (authored by xbolva00, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67155?vs=218660&id=218745#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67155

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/trunk/test/Transforms/InstCombine/sub-and-or-not-xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67155.218745.patch
Type: text/x-patch
Size: 4339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190904/38379cdb/attachment.bin>


More information about the llvm-commits mailing list