[PATCH] D119851: [InstCombine] push constant operand up/inside in sequence of min/max intrinsics

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 06:21:09 PST 2022


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

Patch updated:

1. Improved order of matching.
2. Fixed code comment.
3. Added TODO comment/test for possible enhancement.


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

https://reviews.llvm.org/D119851

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/minmax-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119851.409228.patch
Type: text/x-patch
Size: 7719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220216/bae36fc8/attachment.bin>


More information about the llvm-commits mailing list