This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1cadf878a40 The xfailed test from r324448 passed on one of the bots: re [...] new 3e91db1b809 [SCEV] Make isLoopEntryGuardedByCond a bit smarter
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/IR/InstrTypes.h | 13 ++++ lib/Analysis/ScalarEvolution.cpp | 62 ++++++++++++++-- lib/IR/Instructions.cpp | 14 ++++ test/Transforms/IRCE/conjunctive-checks.ll | 6 +- test/Transforms/IRCE/decrementing-loop.ll | 86 +++++++++++++++++++++- test/Transforms/IRCE/single-access-no-preloop.ll | 6 +- .../IndVarSimplify/loop-invariant-conditions.ll | 30 ++++++++ 7 files changed, 205 insertions(+), 12 deletions(-)