This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 800ba95 [AVX-512] Promote AND/OR/XOR to v2i64/v4i64/v8i64 even when w [...] new 1b2a850 [Loop Vectorizer] Fixed memory confilict checks.
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 | 6 ++- lib/Analysis/LoopAccessAnalysis.cpp | 32 ++++++++++++-- .../memcheck-off-by-one-error.ll | 51 ++++++++++++++++++++++ .../LoopAccessAnalysis/number-of-memchecks.ll | 18 ++++---- .../LoopAccessAnalysis/reverse-memcheck-bounds.ll | 4 +- .../LoopVectorize/runtime-check-readonly.ll | 8 ++-- test/Transforms/LoopVectorize/tbaa-nodep.ll | 14 +++--- .../LoopVersioningLICM/loopversioningLICM1.ll | 6 +-- 8 files changed, 109 insertions(+), 30 deletions(-) create mode 100644 test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll