[PATCH] D113182: [VPlan] Wrap vector loop blocks in region.

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 20 04:00:13 PST 2021


Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll:11
 ; CHECK:        VPlan 'Initial VPlan for VF={vscale x 2},UF>=1' {
+; CHECK-NEXT:   <x1> vector loop: {
 ; CHECK-NEXT:   loop.body:
----------------
fhahn wrote:
> Ayal wrote:
> > (<x1> indicating that this region is not replicating; i.e., is a loop region.)
> Yes, unfortunately this is not very explicit. Should we change that?
possibly, provided a better indicator is found; in a separate patch in any case
(added the comment for clarity/completeness)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113182



More information about the llvm-commits mailing list