Skip to content

Commit 6f5ebfb

Browse files
committed
Fix MLIR integration test that requires ARM SVE to reproduce
Fix-forward for a9f3009
1 parent 6766295 commit 6f5ebfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_matvec.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
//
3939
// Do the same run, but now with direct IR generation and, if available, VLA
4040
// vectorization.
41-
// RUN: %if mlir_arm_sve_tests %{ %{compile_sve} | %{env} %{run_sve} | FileCheck %s %}
41+
// RUN: %if mlir_arm_sve_tests %{ %{compile_sve} | env %{env} %{run_sve} | FileCheck %s %}
4242

4343
!Filename = !llvm.ptr<i8>
4444

0 commit comments

Comments
 (0)