[PATCH] D47477: [VPlan] Move recipe based VPlan generation to separate function.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 31 10:00:56 PDT 2018


fhahn updated this revision to Diff 149309.
fhahn retitled this revision from "[VPlan] Avoid building VPlans for each VF in the ILV (NFC)." to "[VPlan] Move recipe based VPlan generation to separate function.".
fhahn edited the summary of this revision.
fhahn added a comment.

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.


https://reviews.llvm.org/D47477

Files:
  lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47477.149309.patch
Type: text/x-patch
Size: 7113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/41445cae/attachment.bin>


More information about the llvm-commits mailing list