[all-commits] [llvm/llvm-project] 2be170: [LV] Apply sink-after & interleave-groups as VPlan...
aniragil via All-commits
all-commits at lists.llvm.org
Mon Nov 4 01:08:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2be17087f8c38934b7fc9208ae6cf4e9b4d44f4b
https://github.com/llvm/llvm-project/commit/2be17087f8c38934b7fc9208ae6cf4e9b4d44f4b
Author: Gil Rapaport <gil.rapaport at intel.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)
The sink-after and interleave-group vectorization decisions were so far applied to
VPlan during initial VPlan construction, which complicates VPlan construction – also because of
their inter-dependence. This patch refactors buildVPlanWithRecipes() to construct a simpler
initial VPlan and later apply both these vectorization decisions, in order, as VPlan-to-VPlan
transformations.
Differential Revision: https://reviews.llvm.org/D68577
More information about the All-commits
mailing list