[PATCH] D104608: [VPlan, VP] Introduce new recipes to support predicated vectorization

Vineet Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 20 16:38:51 PDT 2021


vkmr created this revision.
vkmr added reviewers: simoll, rogfer01, craig.topper, fhahn, frasercrmck, 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 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>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104608

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: D104608.353247.patch
Type: text/x-patch
Size: 13479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210620/a5d01600/attachment.bin>


More information about the llvm-commits mailing list