[PATCH] D85593: [InstCombine] ~(~X + Y) -> X - Y

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 17:20:52 PDT 2020


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

Add OneUse check


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

https://reviews.llvm.org/D85593

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/not-add.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85593.284157.patch
Type: text/x-patch
Size: 4273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200809/97995743/attachment.bin>


More information about the llvm-commits mailing list