[llvm] [LAA] Move scalable vector check into `getStrideFromAddRec()` (PR #154013)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 05:46:05 PDT 2025


================
@@ -0,0 +1,32 @@
+; RUN: opt -mtriple=aarch64-none-elf -mattr=+sve2 -O2 -disable-output
----------------
fhahn wrote:

Could you make this a target-indepent test that just uses `print<access-info>` and check that output?

Probably would also be good to move the test to `llvm/test/Analysis/LoopAccessAnalysis/scalable-vector-regression-tests.ll`, which already contains similar tests

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


More information about the llvm-commits mailing list