[PATCH] D124503: [InstCombine] sub(add(X,Y),umin(Y,Z)) --> add(X,usub.sat(Y,Z))

Chenbing.Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 19:16:21 PDT 2022


Chenbing.Zheng updated this revision to Diff 427810.
Chenbing.Zheng added a comment.

According to spatel's suggestion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124503

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/test/Transforms/InstCombine/sub-minmax.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124503.427810.patch
Type: text/x-patch
Size: 4287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220507/936f0b5c/attachment.bin>


More information about the llvm-commits mailing list