This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbe7316 Fix spelling. new 10b22c8 [PM] Port LoopAccessInfo analysis to new PM
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/LoopAccessAnalysis.h | 22 +++++++++++++++++ lib/Analysis/LoopAccessAnalysis.cpp | 28 ++++++++++++++++++++++ lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 2 ++ .../backward-dep-different-types.ll | 1 + .../LoopAccessAnalysis/forward-loop-carried.ll | 1 + .../LoopAccessAnalysis/forward-loop-independent.ll | 1 + .../LoopAccessAnalysis/independent-interleaved.ll | 1 + .../memcheck-for-loop-invariant.ll | 1 + .../multiple-strides-rt-memory-checks.ll | 1 + .../LoopAccessAnalysis/non-wrapping-pointer.ll | 1 + test/Analysis/LoopAccessAnalysis/nullptr.ll | 1 + .../LoopAccessAnalysis/number-of-memchecks.ll | 1 + .../pointer-with-unknown-bounds.ll | 1 + .../LoopAccessAnalysis/resort-to-memchecks-only.ll | 1 + .../LoopAccessAnalysis/reverse-memcheck-bounds.ll | 1 + test/Analysis/LoopAccessAnalysis/safe-no-checks.ll | 1 + .../LoopAccessAnalysis/safe-with-dep-distance.ll | 1 + .../store-to-invariant-check2.ll | 1 + .../store-to-invariant-check3.ll | 1 + .../LoopAccessAnalysis/stride-access-dependence.ll | 3 ++- .../LoopAccessAnalysis/underlying-objects-1.ll | 1 + .../LoopAccessAnalysis/underlying-objects-2.ll | 1 + .../LoopAccessAnalysis/unsafe-and-rt-checks.ll | 1 + .../wrapping-pointer-versioning.ll | 1 + 25 files changed, 75 insertions(+), 1 deletion(-)