This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a6f66db61d3 [AArch64] Remove scan-build "Value stored during its initia [...] new c419d3f938c [MemorySSA] Teach LoopSimplify to preserve MemorySSA.
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 | 7 +- include/llvm/Analysis/MemorySSAUpdater.h | 17 ++++- include/llvm/Transforms/Utils/Local.h | 6 +- include/llvm/Transforms/Utils/LoopSimplify.h | 8 +- include/llvm/Transforms/Utils/LoopUtils.h | 2 +- lib/Analysis/LoopInfo.cpp | 16 ++-- lib/Analysis/MemorySSAUpdater.cpp | 81 +++++++++++++++++++- lib/Target/PowerPC/PPCCTRLoops.cpp | 2 +- lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 2 +- .../Scalar/InductiveRangeCheckElimination.cpp | 2 +- lib/Transforms/Scalar/LoopInterchange.cpp | 6 +- lib/Transforms/Scalar/LoopUnrollPass.cpp | 3 +- lib/Transforms/Utils/Local.cpp | 6 +- lib/Transforms/Utils/LoopSimplify.cpp | 87 ++++++++++++++++------ lib/Transforms/Utils/LoopUnroll.cpp | 4 +- lib/Transforms/Utils/LoopUnrollPeel.cpp | 2 +- lib/Transforms/Utils/SimplifyCFG.cpp | 34 ++++++--- lib/Transforms/Vectorize/LoopVectorize.cpp | 3 +- 18 files changed, 228 insertions(+), 60 deletions(-)