This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee43c8204a4 [MergeICmps] Re-commit rL324317 "Enable the MergeICmps Pass [...] new 38f2c0f249c Re-enable "[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 | 80 ++++++++++++++++++++++ test/Transforms/IRCE/single-access-no-preloop.ll | 6 +- .../IndVarSimplify/loop-invariant-conditions.ll | 30 ++++++++ 7 files changed, 200 insertions(+), 11 deletions(-)