[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
Fri Jun 2 05:12:01 PDT 2023


xgupta updated this revision to Diff 527810.
xgupta marked an inline comment as done.
xgupta added a comment.

.


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.527810.patch
Type: text/x-patch
Size: 4139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/9b66897c/attachment.bin>


More information about the llvm-commits mailing list