This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7fe2166e90 DivergenceAnalysisTest: fix use of uninitialized memory new 9e75857c929 [LV] Fold tail by masking to vectorize loops of arbitrary t [...]
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/VectorUtils.h | 21 ++- .../Vectorize/LoopVectorizationLegality.h | 4 + .../Vectorize/LoopVectorizationLegality.cpp | 55 +++++++ lib/Transforms/Vectorize/LoopVectorize.cpp | 126 ++++++++++----- lib/Transforms/Vectorize/VPlan.cpp | 24 ++- lib/Transforms/Vectorize/VPlan.h | 21 ++- test/Transforms/LoopVectorize/X86/optsize.ll | 85 +++++++++- test/Transforms/LoopVectorize/X86/small-size.ll | 172 +++++++++++++++++++-- .../LoopVectorize/X86/vect.omp.force.small-tc.ll | 47 ++++-- 9 files changed, 489 insertions(+), 66 deletions(-)