[PATCH] D147597: [InstCombine] icmp(X | LHS, RHS) --> icmp(X, 0) iff LHS > RHS s>= 0

Jun Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 8 20:06:17 PDT 2023


junaire updated this revision to Diff 511951.
junaire added a comment.

Add more tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147597

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147597.511951.patch
Type: text/x-patch
Size: 5604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230409/ac7fd3f0/attachment.bin>


More information about the llvm-commits mailing list