[PATCH] D104979: [VPlan, VP] WIP: Build and execute VP recipes
Vineet Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 26 08:46:05 PDT 2021
vkmr created this revision.
vkmr added reviewers: simoll, rogfer01, craig.topper, fhahn, frasercrmck, HsiangKai, sdesmalen.
vkmr added a project: VP.
Herald added subscribers: tschuett, psnobl, bollu, hiraditya.
vkmr requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch implements building VPlan with VP Recipes.
Note: Marking it as WIP since the VP recipe `execute()` methods are defined (to satisfy lld) but have empty implementation. While the execution implementation waits on D99355 <https://reviews.llvm.org/D99355> the VP recipe building part can be reviewed.
This patch is the fourth patch in the series of patches implementing D99750 <https://reviews.llvm.org/D99750>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104979
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
llvm/test/Transforms/LoopVectorize/vplan-vp-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104979.354690.patch
Type: text/x-patch
Size: 16598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210626/45d7bede/attachment.bin>
More information about the llvm-commits
mailing list