[PATCH] D143259: [SCEV] Support umin/smin in SCEVLoopGuardRewriter

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 03:12:42 PST 2023


mkazantsev created this revision.
mkazantsev added reviewers: nikic, lebedev.ri, reames, fhahn.
Herald added subscribers: StephenFan, dmgreen, javed.absar, hiraditya.
Herald added a project: All.
mkazantsev requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Adds support for these SCEVs to cover more cases.


https://reviews.llvm.org/D143259

Files:
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/ScalarEvolution/max-backedge-taken-count-guard-info-rewrite-expressions.ll
  llvm/test/Analysis/ScalarEvolution/trip-count-minmax.ll
  llvm/test/CodeGen/Thumb2/mve-blockplacement.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143259.494576.patch
Type: text/x-patch
Size: 30735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/d871474b/attachment.bin>


More information about the llvm-commits mailing list