This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 705be8ba10c gn build: Add Mips target new 4d8041c0e51 LoopDistribute/LAA: Respect convergent new 578271f7ea2 [DebugInfo] Add a test that fell out of an earlier commit
The 2 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 | 6 + lib/Analysis/LoopAccessAnalysis.cpp | 64 +++- lib/Transforms/Scalar/LoopDistribute.cpp | 15 +- ...hecks.ll => unsafe-and-rt-checks-convergent.ll} | 14 +- test/DebugInfo/X86/live-debug-values-constprop.mir | 347 +++++++++++++++++++++ .../LoopDistribute/basic-with-memchecks.ll | 113 +++++++ test/Transforms/LoopDistribute/basic.ll | 76 +++++ .../convergent-no-cross-partition-checks.ll | 87 ++++++ test/Transforms/LoopDistribute/diagnostics.ll | 58 ++++ .../LoopDistribute/scev-inserted-runtime-check.ll | 83 ++++- 10 files changed, 849 insertions(+), 14 deletions(-) copy test/Analysis/LoopAccessAnalysis/{unsafe-and-rt-checks.ll => unsafe-and-rt-ch [...] create mode 100644 test/DebugInfo/X86/live-debug-values-constprop.mir create mode 100644 test/Transforms/LoopDistribute/convergent-no-cross-partition-checks.ll