This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ca9d2a Fixed consecutive memory access detection in Loop Vectorizer. [...] new 6f24776 reverted the prev commit due to assertion failure
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 | 4 +- lib/Analysis/LoopAccessAnalysis.cpp | 8 +-- lib/Transforms/Vectorize/LoopVectorize.cpp | 87 +++++++++++++++++++++++--- test/Transforms/LoopVectorize/consec_no_gep.ll | 43 ------------- 4 files changed, 85 insertions(+), 57 deletions(-) delete mode 100644 test/Transforms/LoopVectorize/consec_no_gep.ll