[llvm-branch-commits] [llvm] [NFC][VPlan] Add scalable vectors RUN-line to vplan-based-stride-mv.ll (PR #214047)

Andrei Elovikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Aug 4 21:04:25 PDT 2026


================
@@ -3,6 +3,12 @@
 ; RUN:     -vplan-print-after=scalarizeMemOpsWithIrregularTypes \
 ; RUN:     -enable-mem-access-versioning=false 2>&1 | FileCheck %s
 
+; Only interested in interactions with trip counts for the scalable
+; vectorization, the rest has shared code path with fixed-width vectors.
+; RUN: llvm-extract -S -rfunc=btc < %s | opt -p loop-vectorize -force-vector-width="vscale x 4" -force-target-supports-scalable-vectors -force-target-supports-masked-memory-ops -force-target-supports-gather-scatter-ops -disable-output \
----------------
eas wrote:

That’s why it’s a stack :) non-analyze UTC scripts worked before this, analyze is made to work in the base PR

https://github.com/llvm/llvm-project/pull/214047


More information about the llvm-branch-commits mailing list