[PATCH] D158333: [VPlan] Move initial skeleton construction to createInitialVPlan. (NFC)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 22 13:08:47 PDT 2023


fhahn updated this revision to Diff 557837.
fhahn marked 12 inline comments as done.
fhahn added a comment.

Address latest comments, thanks!

In D158333#4654821 <https://reviews.llvm.org/D158333#4654821>, @Ayal wrote:

> In summary: "This patch moves creating **the preheader and** middle VPBBs as well as the
> initial empty vector loop region to createInitialVPlan" - only middle VPBB and region are moved, preheader is already there.

Adjusted, thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158333/new/

https://reviews.llvm.org/D158333

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
  llvm/test/Transforms/LoopVectorize/vplan-printing-outer-loop.ll
  llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158333.557837.patch
Type: text/x-patch
Size: 11301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20231022/3a6ab718/attachment.bin>


More information about the llvm-commits mailing list