This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 138989f0161 [InstCombine] add tests for boolean extend + add; NFC new 7f1eb15289a [SCEV] Teach SCEV to find maxBECount when loop endbound is variant
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 | 6 + lib/Analysis/ScalarEvolution.cpp | 90 +++++++++------ test/Analysis/ScalarEvolution/max-trip-count.ll | 143 ++++++++++++++++++++++++ test/Transforms/LoopSimplify/preserve-scev.ll | 4 +- 4 files changed, 207 insertions(+), 36 deletions(-)