[PATCH] D116135: [InstCombine] ((~a & ~b & c) | ~(a | b | c) -> ~(a | b)

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 23 11:59:50 PST 2021


rampitec updated this revision to Diff 396072.
rampitec added a comment.

Fixed formatting.
It will go under the same LHS as above after D116231 <https://reviews.llvm.org/D116231> (plus it will need some more tests in this case).


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

https://reviews.llvm.org/D116135

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/and-xor-or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116135.396072.patch
Type: text/x-patch
Size: 30028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211223/be6f1fde/attachment.bin>


More information about the llvm-commits mailing list