Skip to content

Commit c55e6af

Browse files
committed
[mlir][sparse] fix integration test with "VLA" run
Reviewed By: Peiming Differential Revision: https://reviews.llvm.org/D143674
1 parent c7c910c commit c55e6af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// Do the same run, but now with direct IR generation and, if available, VLA
1919
// vectorization.
20-
// REDEFINE: %{option} = "enable-runtime-library=false vl=4 enable-arm-sve=%ENABLE_VLA"
20+
// REDEFINE: %{option} = "enable-runtime-library=false enable-buffer-initialization=true vl=4 enable-arm-sve=%ENABLE_VLA"
2121
// REDEFINE: %{run} = %lli \
2222
// REDEFINE: --entry-function=entry_lli \
2323
// REDEFINE: --extra-module=%S/Inputs/main_for_lli.ll \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// Do the same run, but now with direct IR generation and, if available, VLA
1919
// vectorization.
20-
// REDEFINE: %{option} = "enable-runtime-library=false vl=4 enable-arm-sve=%ENABLE_VLA"
20+
// REDEFINE: %{option} = "enable-runtime-library=false enable-buffer-initialization=true vl=4 enable-arm-sve=%ENABLE_VLA"
2121
// REDEFINE: %{run} = %lli \
2222
// REDEFINE: --entry-function=entry_lli \
2323
// REDEFINE: --extra-module=%S/Inputs/main_for_lli.ll \

0 commit comments

Comments
 (0)