OSDN Git Service

[VPlan] Move recipe based VPlan generation to separate function.
authorFlorian Hahn <florian.hahn@arm.com>
Fri, 8 Jun 2018 12:53:51 +0000 (12:53 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Fri, 8 Jun 2018 12:53:51 +0000 (12:53 +0000)
commit1ec02551591ac6a3da2143ce642c80c76b14891b
tree9f54c5decb174ac2edfc63aafeda495f3386714a
parentbff55302937f88478857652884b3628546e344bc
[VPlan] Move recipe based VPlan generation to separate function.

This first step separates VPInstruction-based and VPRecipe-based
VPlan creation, which should make it easier to migrate to VPInstruction
based code-gen step by step.

Reviewers: Ayal, rengolin, dcaballe, hsaito, mkuper, mzolotukhin

Reviewed By: dcaballe

Subscribers: bollu, tschuett, rkruppe, llvm-commits

Differential Revision: https://reviews.llvm.org/D47477

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334284 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorizationPlanner.h
lib/Transforms/Vectorize/LoopVectorize.cpp