This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10568deedda [SCEV] Add one more case in computeConstantDifference new 8f8f2fa4dd8 [SCEV] Make exact taken count calculation more optimistic
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 +- lib/Analysis/ScalarEvolution.cpp | 22 +++++++++++++----- test/Analysis/ScalarEvolution/exact_iter_count.ll | 27 +++++++++++++++++++++++ test/Analysis/ScalarEvolution/max-trip-count.ll | 2 +- test/Analysis/ScalarEvolution/trip-count14.ll | 4 ++-- test/Transforms/IndVarSimplify/loop_evaluate10.ll | 5 ----- test/Transforms/LoopSimplify/preserve-scev.ll | 4 ++-- 7 files changed, 49 insertions(+), 17 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/exact_iter_count.ll