[PATCH] D149005: [VPlan] Turn Plan entry node into VPBasicBlock (NFCI).

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 04:20:25 PDT 2023


fhahn updated this revision to Diff 517867.
fhahn added a comment.

In D149005#4303649 <https://reviews.llvm.org/D149005#4303649>, @Ayal wrote:

> Looks good to me, with minor nits.
> Worth explaining that Entry is the preheader of the vector loop.

Rebase so this can be applied on current `main` and addressed the comments, thanks! I updated the comment for VPlan::Entry and plan to land this shortly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149005

Files:
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/unittests/Transforms/Vectorize/VPDomTreeTest.cpp
  llvm/unittests/Transforms/Vectorize/VPlanTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149005.517867.patch
Type: text/x-patch
Size: 5900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230428/e33a1034/attachment.bin>


More information about the llvm-commits mailing list