[PATCH] D104610: [VPlan, VP] Introduce new live-in values and refactoring to support EVL recipe
Vineet Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 20 18:32:42 PDT 2021
vkmr created this revision.
vkmr added a project: VP.
Herald added subscribers: tschuett, psnobl, rogfer01, bollu, hiraditya.
vkmr requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch introduces TripCount and RuntiVF as live-in VPValues whose underlying IR Values are available only at plan execution time.
Canonical induction variable is cached so it can be reused when creating EVL recipe.
This patch is second in the series of patches to enable predicated vectorization support in LV introduced in RFC D99750 <https://reviews.llvm.org/D99750>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104610
Files:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
llvm/lib/Transforms/Vectorize/VPlan.cpp
llvm/lib/Transforms/Vectorize/VPlan.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104610.353258.patch
Type: text/x-patch
Size: 6983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210621/1096fa51/attachment.bin>
More information about the llvm-commits
mailing list