[PATCH] D113783: [InstCombine] Fold (A^B)|~A-->~(A&B)

Mehrnoosh Heidarpour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 14 11:07:43 PST 2021


MehrHeidar updated this revision to Diff 387113.
MehrHeidar marked 2 inline comments as done.
MehrHeidar added a comment.

Rebase after pre-committing the test cases with base result.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113783

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113783.387113.patch
Type: text/x-patch
Size: 4733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211114/60d682e1/attachment.bin>


More information about the llvm-commits mailing list