[PATCH] D126363: [VPlan, VP] 1/4 Introduce new recipes to support predicated vectorization
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 03:10:33 PDT 2022
simoll created this revision.
simoll added reviewers: vkmr, fhahn, ABataev, rogfer01, craig.topper.
simoll added a project: VP.
Herald added subscribers: StephenFan, tschuett, psnobl, bollu, hiraditya.
Herald added a project: All.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch introduces new VPlan recipes VPWidenEVLRecipe, VPPredicatedWidenRecipe, VPPredicatedWidenMemoryInstrctionRecipe, and AllTrueMask VPInstruction as a first step to enable predicated vectorization introduced in RFC patch D99750 <https://reviews.llvm.org/D99750>.
co-authored-by: Simon Moll <moll at cs.uni-saarland.de>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126363
Files:
llvm/include/llvm/IR/IRBuilder.h
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanValue.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126363.431925.patch
Type: text/x-patch
Size: 15286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220525/f5ea92aa/attachment.bin>
More information about the llvm-commits
mailing list