[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
Tue May 30 01:03:07 PDT 2023


xgupta created this revision.
xgupta added reviewers: goldstein.w.n, RKSimon.
Herald added a project: All.
xgupta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151694

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151694.526542.patch
Type: text/x-patch
Size: 14042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230530/71d3d70a/attachment.bin>


More information about the llvm-commits mailing list