This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d5c0c3683b Fix local shadow variable warning. NFCI. new 35a5cc8b497 [SCEV] Add explicit representations of umin/smin
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/ScalarEvolution.h | 2 + include/llvm/Analysis/ScalarEvolutionExpander.h | 4 + include/llvm/Analysis/ScalarEvolutionExpressions.h | 128 +++++-- lib/Analysis/ScalarEvolution.cpp | 366 +++++++++------------ lib/Analysis/ScalarEvolutionExpander.cpp | 60 +++- test/Analysis/LoopAccessAnalysis/memcheck-ni.ll | 50 +++ .../LoopAccessAnalysis/reverse-memcheck-bounds.ll | 2 +- .../ScalarEvolution/2008-07-29-SMinExpr.ll | 2 +- test/Analysis/ScalarEvolution/max-expr-cache.ll | 4 +- test/Analysis/ScalarEvolution/min-max-exprs.ll | 2 +- .../ScalarEvolution/predicated-trip-count.ll | 2 +- test/Analysis/ScalarEvolution/trip-count14.ll | 4 +- test/Analysis/ScalarEvolution/trip-count3.ll | 2 +- test/Transforms/IRCE/conjunctive-checks.ll | 32 +- test/Transforms/IRCE/decrementing-loop.ll | 7 +- test/Transforms/IRCE/multiple-access-no-preloop.ll | 12 +- test/Transforms/IRCE/ranges_of_different_types.ll | 86 ++--- test/Transforms/IRCE/rc-negative-bound.ll | 186 +++++------ test/Transforms/IRCE/single-access-no-preloop.ll | 10 +- test/Transforms/IRCE/single-access-with-preloop.ll | 24 +- test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 8 +- test/Transforms/IRCE/unsigned_comparisons_ult.ll | 8 +- .../IndVarSimplify/replace-loop-exit-folds.ll | 17 +- .../LoopStrengthReduce/2013-01-14-ReuseCast.ll | 2 - test/Transforms/LoopVectorize/X86/pr35432.ll | 96 +++--- 25 files changed, 597 insertions(+), 519 deletions(-) create mode 100644 test/Analysis/LoopAccessAnalysis/memcheck-ni.ll