This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fc2ff7f340 Update the test to fix the buildbot failure introduced by r [...] new 4aa15d3d334 [InstSimplify] add/move tests for (icmp X, C1 & icmp X, C2); NFC new e35a5f55184 [SCEV] Add a local cache for getZeroExtendExpr and getSignE [...]
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/ScalarEvolution.h | 12 + lib/Analysis/ScalarEvolution.cpp | 176 +- test/Transforms/InstSimplify/AndOrXor.ll | 20 - test/Transforms/InstSimplify/icmp-ranges.ll | 2912 +++++++++++++++++++++++++++ unittests/Analysis/ScalarEvolutionTest.cpp | 90 + 5 files changed, 3129 insertions(+), 81 deletions(-) create mode 100644 test/Transforms/InstSimplify/icmp-ranges.ll