[PATCH] D50167: RFC: [SCEV] Add explicit representations of umin/smin
Keno Fischer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 11 04:06:20 PDT 2018
loladiro updated this revision to Diff 160241.
loladiro added a comment.
Fix ir names in tests broken by previous commits and proplerly match u/smin.
Repository:
rL LLVM
https://reviews.llvm.org/D50167
Files:
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
test/Analysis/LoopAccessAnalysis/memcheck-ni.ll
test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
test/Analysis/ScalarEvolution/min-max-exprs.ll
test/Analysis/ScalarEvolution/pr28705.ll
test/Analysis/ScalarEvolution/predicated-trip-count.ll
test/Analysis/ScalarEvolution/trip-count14.ll
test/Analysis/ScalarEvolution/trip-count3.ll
test/Transforms/IRCE/conjunctive-checks.ll
test/Transforms/IRCE/decrementing-loop.ll
test/Transforms/IRCE/multiple-access-no-preloop.ll
test/Transforms/IRCE/ranges_of_different_types.ll
test/Transforms/IRCE/rc-negative-bound.ll
test/Transforms/IRCE/single-access-no-preloop.ll
test/Transforms/IRCE/single-access-with-preloop.ll
test/Transforms/IRCE/unsigned_comparisons_ugt.ll
test/Transforms/IRCE/unsigned_comparisons_ult.ll
test/Transforms/IndVarSimplify/eliminate-trunc.ll
test/Transforms/LoopStrengthReduce/2013-01-14-ReuseCast.ll
test/Transforms/LoopVectorize/X86/pr35432.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50167.160241.patch
Type: text/x-patch
Size: 92594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180811/617b8b1b/attachment.bin>
More information about the llvm-commits
mailing list