This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00884fea345 [X86] Don't look for TEST instruction shrinking opportuniti [...] new e4f9fdee4b7 [SCEV] Make getPostIncExpr guaranteed to return AddRec new 0b708765175 [NFC] Fix typos
The 2 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/ScalarEvolutionExpressions.h | 4 +- lib/Analysis/ScalarEvolution.cpp | 25 ++++++++++++ .../Scalar/InductiveRangeCheckElimination.cpp | 28 +++++++------- test/Analysis/ScalarEvolution/pr35890.ll | 44 ++++++++++++++++++++++ 4 files changed, 84 insertions(+), 17 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/pr35890.ll