[PATCH] D74695: [VPlan] Replace VPWidenRecipe with VPInstruction (WIP).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 1 13:25:26 PST 2020
fhahn updated this revision to Diff 247519.
fhahn added a comment.
Use created VPInstructions directly for VPWidenInstruction operands, if available.
Fix most outstanding issues, down to failing tests.
There is still a bit of cleanup and bikeshedding required, but first it would be good to decide on the overall approach.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74695/new/
https://reviews.llvm.org/D74695
Files:
llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
llvm/lib/Transforms/Vectorize/VPlanValue.h
llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74695.247519.patch
Type: text/x-patch
Size: 26400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200301/2a26a031/attachment.bin>
More information about the llvm-commits
mailing list