Skip to content

Commit 08eced5

Browse files
committed
[mlir][test] Add -march=aarch64 -mattr=+sve to test-scalable-interleave
Fix for https://lab.llvm.org/buildbot/#/builders/179/builds/9438
1 parent 601c9be commit 08eced5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/test-scalable-interleave.mlir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: mlir-opt %s -test-lower-to-llvm | \
22
// RUN: %mcr_aarch64_cmd -e entry -entry-point-result=void \
3-
// RUN: -shared-libs=%mlir_c_runner_utils,%mlir_arm_runner_utils | \
3+
// RUN: -shared-libs=%mlir_c_runner_utils,%mlir_arm_runner_utils \
4+
// RUN: -march=aarch64 -mattr=+sve | \
45
// RUN: FileCheck %s
56

67
func.func @entry() {

0 commit comments

Comments
 (0)