[PATCH] D126625: [VPlan, VP] 1/4 Introduce new recipes to support predicated vectorization
yanming via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 29 20:14:25 PDT 2022
ym1813382441 created this revision.
ym1813382441 added reviewers: fhahn, ABataev, rogfer01, craig.topper, simoll.
ym1813382441 added projects: All, VP, LLVM.
Herald added subscribers: StephenFan, tschuett, psnobl, bollu, hiraditya.
ym1813382441 requested review of this revision.
Herald added subscribers: llvm-commits, vkmr.
This patch introduces new VPlan recipes VPCanonicalEVLRecipe, VPCanonicalIVIncrementEVLRecipe, VPPredicatedWidenRecipe, VPPredicatedWidenMemoryInstrctionRecipe, and AllTrueMask VPInstruction as a first step to enable predicated vectorization.
This patch changed on patch D126363 <https://reviews.llvm.org/D126363>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126625
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: D126625.432823.patch
Type: text/x-patch
Size: 17342 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220530/853c829b/attachment.bin>
More information about the llvm-commits
mailing list