[PATCH] D133919: [InstCombine] Fold ((x?1:4)&(y?1:4))==0 to x^y

Marc Auberer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 13:51:27 PDT 2022


marcauberer updated this revision to Diff 464802.
marcauberer marked an inline comment as done.
marcauberer added a comment.

Rebase and format


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133919

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/select_and_icmpeq.ll
  llvm/test/Transforms/InstCombine/select_and_icmpne.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133919.464802.patch
Type: text/x-patch
Size: 20379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/8d7a0e08/attachment.bin>


More information about the llvm-commits mailing list