[PATCH] D138542: [InstSimplify] Use dominate condtion to simplify instructions

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 25 18:06:57 PST 2022


bcl5980 updated this revision to Diff 478035.
bcl5980 added a comment.

Add recursive count for divrem.
And/Or are also added into simplifyByDomEq.


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

https://reviews.llvm.org/D138542

Files:
  llvm/lib/Analysis/InstructionSimplify.cpp
  llvm/test/Transforms/InstCombine/usub-overflow-known-by-implied-cond.ll
  llvm/test/Transforms/InstSimplify/domcondition.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138542.478035.patch
Type: text/x-patch
Size: 8638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221126/6d119251/attachment.bin>


More information about the llvm-commits mailing list