This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6605669 ADT: Add OwningArrayRef class. new e32cf71 ADT: Use delete[] to delete the array owned by OwningArrayRef [...] new d2b07a0 [LV] Don't vectorize when we have a small static bound on trip count
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/ADT/ArrayRef.h | 4 ++-- lib/Transforms/Vectorize/LoopVectorize.cpp | 4 ++-- test/Transforms/LoopVectorize/small-loop.ll | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 4 deletions(-)