[PATCH] D134064: [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
Fri Sep 16 12:31:47 PDT 2022


marcauberer created this revision.
marcauberer added reviewers: spatel, RKSimon.
Herald added a project: All.
marcauberer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Baseline tests for: https://reviews.llvm.org/D133919


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134064

Files:
  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: D134064.460850.patch
Type: text/x-patch
Size: 12862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/62542999/attachment.bin>


More information about the llvm-commits mailing list