[PATCH] D124419: [InstCombine] try to fold icmp with mismatched extended operands

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 05:34:16 PDT 2022


spatel updated this revision to Diff 425191.
spatel marked 2 inline comments as done.
spatel added a comment.

Patch updated:
Improve readability by clearly matching zext/sext and adding code comments.


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

https://reviews.llvm.org/D124419

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/test/Transforms/InstCombine/icmp-ext-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124419.425191.patch
Type: text/x-patch
Size: 8987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220426/e218e50a/attachment.bin>


More information about the llvm-commits mailing list