[PATCH] D50167: RFC: [SCEV] Add explicit representations of umin/smin
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 08:26:30 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL360159: [SCEV] Add explicit representations of umin/smin (authored by kfischer, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50167?vs=197964&id=198479#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50167/new/
https://reviews.llvm.org/D50167
Files:
llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpander.h
llvm/trunk/include/llvm/Analysis/ScalarEvolutionExpressions.h
llvm/trunk/lib/Analysis/ScalarEvolution.cpp
llvm/trunk/lib/Analysis/ScalarEvolutionExpander.cpp
llvm/trunk/test/Analysis/LoopAccessAnalysis/memcheck-ni.ll
llvm/trunk/test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
llvm/trunk/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
llvm/trunk/test/Analysis/ScalarEvolution/max-expr-cache.ll
llvm/trunk/test/Analysis/ScalarEvolution/min-max-exprs.ll
llvm/trunk/test/Analysis/ScalarEvolution/predicated-trip-count.ll
llvm/trunk/test/Analysis/ScalarEvolution/trip-count14.ll
llvm/trunk/test/Analysis/ScalarEvolution/trip-count3.ll
llvm/trunk/test/Transforms/IRCE/conjunctive-checks.ll
llvm/trunk/test/Transforms/IRCE/decrementing-loop.ll
llvm/trunk/test/Transforms/IRCE/multiple-access-no-preloop.ll
llvm/trunk/test/Transforms/IRCE/ranges_of_different_types.ll
llvm/trunk/test/Transforms/IRCE/rc-negative-bound.ll
llvm/trunk/test/Transforms/IRCE/single-access-no-preloop.ll
llvm/trunk/test/Transforms/IRCE/single-access-with-preloop.ll
llvm/trunk/test/Transforms/IRCE/unsigned_comparisons_ugt.ll
llvm/trunk/test/Transforms/IRCE/unsigned_comparisons_ult.ll
llvm/trunk/test/Transforms/IndVarSimplify/replace-loop-exit-folds.ll
llvm/trunk/test/Transforms/LoopStrengthReduce/2013-01-14-ReuseCast.ll
llvm/trunk/test/Transforms/LoopVectorize/X86/pr35432.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50167.198479.patch
Type: text/x-patch
Size: 98737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190507/e1a9c22e/attachment-0001.bin>
More information about the llvm-commits
mailing list