This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e83467a58e [LoopInterchange] Make isProfitableForVectorization slightl [...] new e8b06de3786 [LV][VPlan] Detect outer loops for explicit vectorization.
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/Transforms/Vectorize/LoopVectorize.h | 8 + .../Vectorize/LoopVectorizationPlanner.h | 4 + lib/Transforms/Vectorize/LoopVectorize.cpp | 419 +++++++++++++++++++-- .../LoopVectorize/explicit_outer_detection.ll | 238 ++++++++++++ .../explicit_outer_nonuniform_inner.ll | 177 +++++++++ .../explicit_outer_uniform_diverg_branch.ll | 138 +++++++ 6 files changed, 955 insertions(+), 29 deletions(-) create mode 100644 test/Transforms/LoopVectorize/explicit_outer_detection.ll create mode 100644 test/Transforms/LoopVectorize/explicit_outer_nonuniform_inner.ll create mode 100644 test/Transforms/LoopVectorize/explicit_outer_uniform_diverg_branch.ll