[PATCH] D133855: [InstCombine] Baseline tests for folding ((x?1:4)&(y?1:4))==0 to x^y

Marc Auberer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 00:41:13 PDT 2022


marcauberer updated this revision to Diff 460314.
marcauberer added a comment.

Update summary


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133855

Files:
  llvm/test/Transforms/InstCombine/select_and_icmpeq.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133855.460314.patch
Type: text/x-patch
Size: 6881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220915/72a84f74/attachment.bin>


More information about the llvm-commits mailing list