[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
Mon Oct 3 13:14:39 PDT 2022


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

Delete superflous commuted tests and reflect changes from eq to the ne test file


Repository:
  rG LLVM Github Monorepo

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

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.464783.patch
Type: text/x-patch
Size: 14776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221003/c1e88f31/attachment.bin>


More information about the llvm-commits mailing list