[PATCH] D67188: [InstCombine] sub(xor(x, y), or(x, y)) -> neg(and(x, y))

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 11:01:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL370945: [InstCombine] sub(xor(x, y), or(x, y)) -> neg(and(x, y)) (authored by xbolva00, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67188?vs=218746&id=218752#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67188

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67188.218752.patch
Type: text/x-patch
Size: 4321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190904/c53b7827/attachment.bin>


More information about the llvm-commits mailing list