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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 09:30:47 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7daa95c8fac2: [InstCombine] Fold (A^B)|~A-->~(A&B) (authored by MehrHeidar, committed by spatel).

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.387297.patch
Type: text/x-patch
Size: 4733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211115/1c3806d4/attachment.bin>


More information about the llvm-commits mailing list