This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 097fb8c4225 Reverting due to Green Dragon bot failure. new 198959c487f Tighten the invariants around LoopBase::invalidate
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/LoopInfo.h | 81 +++++++++++++++++----- include/llvm/Analysis/LoopInfoImpl.h | 12 ++++ include/llvm/Transforms/Scalar/LoopPassManager.h | 3 +- include/llvm/Transforms/Utils/UnrollLoop.h | 30 ++++++-- lib/Analysis/LoopInfo.cpp | 5 +- lib/Analysis/LoopPass.cpp | 4 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 13 ++-- lib/Transforms/Utils/LoopUnroll.cpp | 38 +++++----- .../LoopUnroll/unroll-loop-invalidation.ll | 4 +- 9 files changed, 132 insertions(+), 58 deletions(-)