"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "56cc1530eee144241e2987c4241cd8a31e07fb24"
[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
Loading
Please register or sign in to comment