[PATCH] D47595: [VPlan] Move recipe construction to VPRecipeBuilder.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 10:03:20 PDT 2018
fhahn created this revision.
fhahn added reviewers: dcaballe, rengolin, hsaito, Ayal.
Herald added subscribers: rkruppe, tschuett, bollu.
This should allow us to re-use the functionality in a
VPInstructionToVPRecipe transformation. I think it also makes sense to
move those functions out of LoopVectorizationPlanner, which should do
the high-level orchestration of the transformations.
https://reviews.llvm.org/D47595
Files:
lib/Transforms/Vectorize/LoopVectorizationPlanner.h
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/VPRecipeBuilder.h
lib/Transforms/Vectorize/VPlan.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47595.149311.patch
Type: text/x-patch
Size: 21717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/b8d7ed88/attachment.bin>
More information about the llvm-commits
mailing list