[PATCH] D151694: [InstCombine] Add test case for (icmp eq A, -1) & (icmp eq B, -1) --> (icmp eq (A&B), -1); NFC

Shivam Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 20:37:30 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0535da6f11d7: [InstCombine] Add test case for (icmp eq A, -1) & (icmp eq B, -1) --> (icmp eq… (authored by xgupta).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151694

Files:
  llvm/test/Transforms/InstCombine/and-or-icmps.ll
  llvm/test/Transforms/PhaseOrdering/pr62311.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151694.529492.patch
Type: text/x-patch
Size: 6999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230608/6d6d0f61/attachment.bin>


More information about the llvm-commits mailing list