[Mlir-commits] [mlir] [MLIR] Legalize certain `vector.transfer_read` ops of scalable vectors (PR #143146)
Momchil Velikov
llvmlistbot at llvm.org
Mon Jun 23 09:41:35 PDT 2025
================
@@ -0,0 +1,262 @@
+// RUN: mlir-opt --arm-sve-legalize-vector-storage --split-input-file %s | FileCheck %s
+
+// -----
+
+// CHECK-LABEL: @test_base_case
+// CHECK-SAME: %[[I:arg0]]: index, %[[J:arg1]]: index, %[[M:arg2]]:
----------------
momchil-velikov wrote:
I've never seen anything other than `%arg<N>`, but it sounds like an implementation details, rather than specification, so changed to `.+`.
https://github.com/llvm/llvm-project/pull/143146
More information about the Mlir-commits
mailing list