This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository llvm.
from f4becce Merging r280599: new ecc0989 Merging r280143: new 1d63d1c Merging r279930:
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 ++- include/llvm/IR/Intrinsics.td | 5 +-- lib/Analysis/LoopAccessAnalysis.cpp | 32 ++++++++++++-- .../memcheck-off-by-one-error.ll | 51 ++++++++++++++++++++++ .../LoopAccessAnalysis/number-of-memchecks.ll | 18 ++++---- .../LoopAccessAnalysis/reverse-memcheck-bounds.ll | 4 +- .../GVN/2016-08-30-MaskedScatterGather.ll | 42 ++++++++++++++++++ .../LoopVectorize/runtime-check-readonly.ll | 8 ++-- test/Transforms/LoopVectorize/tbaa-nodep.ll | 14 +++--- .../LoopVersioningLICM/loopversioningLICM1.ll | 6 +-- 10 files changed, 153 insertions(+), 33 deletions(-) create mode 100644 test/Analysis/LoopAccessAnalysis/memcheck-off-by-one-error.ll create mode 100644 test/Transforms/GVN/2016-08-30-MaskedScatterGather.ll