[PATCH] D157371: [VPlan] Support interleaving for outer-loop vectorization

Lou via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 01:02:35 PDT 2023


iamlouk created this revision.
Herald added subscribers: tschuett, psnobl, rogfer01, zzheng, bollu, hiraditya.
Herald added a project: All.
iamlouk requested review of this revision.
Herald added subscribers: llvm-commits, wangpc, vkmr.
Herald added a project: LLVM.

This patch enables support for runtime unrolling/interleaving
in the VPlan-native path. It relies on loop vectorization
hints, as there is no cost model.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157371

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
  llvm/test/Transforms/LoopVectorize/explicit_outer_detection.ll
  llvm/test/Transforms/LoopVectorize/outer_loop_unroll.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157371.548096.patch
Type: text/x-patch
Size: 12317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230808/75ec1220/attachment.bin>


More information about the llvm-commits mailing list