[PATCH] D121452: [VPlan] Avoid scalarization for scalable vectors.

Malhar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 09:34:37 PDT 2022


malharJ added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll:80
+
+L.LB19_336:                                       ; preds = %L.LB19_336, %L.entry
+  %indvars.iv = phi i32 [ %indvars.iv.next, %L.LB19_336 ], [ %idx, %L.entry ]
----------------
fhahn wrote:
> Might be good to clean up the basic block names here a bit.
Done as part of final commit.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll:19
+
+L.LB19_336:                                       ; preds = %L.LB19_336, %L.entry
+  %indvars.iv = phi i32 [ %indvars.iv.next, %L.LB19_336 ], [ %0, %L.entry ]
----------------
fhahn wrote:
> could use some better names
Done as part of final commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121452



More information about the llvm-commits mailing list