This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2a6d3ac6d81 [NFC] Link LLVMCore into LLVMExegesisARMTests. new a858f4fe0be [VPlan] Implement initial vector code generation support fo [...]
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: .../Vectorize/LoopVectorizationLegality.h | 5 + .../Vectorize/LoopVectorizationLegality.cpp | 38 +++++ lib/Transforms/Vectorize/LoopVectorize.cpp | 159 +++++++++++++++++++-- lib/Transforms/Vectorize/VPlan.cpp | 87 ++++++++++- lib/Transforms/Vectorize/VPlan.h | 4 + lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp | 11 ++ lib/Transforms/Vectorize/VPlanValue.h | 3 + test/Transforms/LoopVectorize/outer_loop_test1.ll | 82 +++++++++++ test/Transforms/LoopVectorize/outer_loop_test2.ll | 112 +++++++++++++++ 9 files changed, 486 insertions(+), 15 deletions(-) create mode 100644 test/Transforms/LoopVectorize/outer_loop_test1.ll create mode 100644 test/Transforms/LoopVectorize/outer_loop_test2.ll