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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 9 06:25:57 PDT 2020


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

Drop one use check.
Added vector test with undef.


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.284193.patch
Type: text/x-patch
Size: 4644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200809/b676416b/attachment.bin>


More information about the llvm-commits mailing list