[PATCH] D142847: [InstCombine] reduce icmp_eq0-of-and-of-select-of-constants

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 30 04:50:44 PST 2023


spatel updated this revision to Diff 493275.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated: use the more direct m_SpecificInt matchers (expected to generalize that in follow-up patches).


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

https://reviews.llvm.org/D142847

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/icmp-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142847.493275.patch
Type: text/x-patch
Size: 5263 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230130/83a1bde1/attachment.bin>


More information about the llvm-commits mailing list