[PATCH] D46827: [VPlan] Add VPInstruction to VPRecipe transformation.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 10:06:42 PDT 2018
fhahn updated this revision to Diff 149312.
fhahn retitled this revision from "[LV] Add VPInstruction to VPRecipe transformation." to "[VPlan] Add VPInstruction to VPRecipe transformation.".
fhahn edited the summary of this revision.
fhahn added a comment.
Herald added a subscriber: tschuett.
Update the patch to move inner loop vectorization using the VPInstr2VPRecipe transformation in the Vplan native path. I've updated the description of the revision with more details
https://reviews.llvm.org/D46827
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/VPRecipeBuilder.h
lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
lib/Transforms/Vectorize/VPlanHCFGTransforms.h
test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
test/Transforms/LoopVectorize/i8-induction.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/increment.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/induction_plus.ll
test/Transforms/LoopVectorize/loop-scalars.ll
test/Transforms/LoopVectorize/minmax_reduction.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46827.149312.patch
Type: text/x-patch
Size: 16387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/fbe990e6/attachment.bin>
More information about the llvm-commits
mailing list