Skip to content

Commit 5ce4045

Browse files
committed
[mlir][nfc] Fix typo in LIT RUN line
Failing bot: * https://lab.llvm.org/buildbot/#/builders/17/builds/6269 The offending test was added in: * llvm/llvm-project#129696 To fix this, use: * `%mcr_aarch64_cmd` (which is what we used for ArmSVE e2e tests), Instead of: * `mlir-cpu-runner` (which was renamed to `mlir-runner` in #123776). Committed without review due to being a trivial test update; if this needs discussion, please ping me or leave a comment on GitHub.
1 parent 5faa413 commit 5ce4045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/pack-unpack-scalable-inner-tile.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// DEFINE: mlir-opt -arm-sve-legalize-vector-storage -convert-vector-to-llvm="enable-arm-sve"\
55
// DEFINE: -test-lower-to-llvm -o %t
66
// DEFINE: %{entry_point} = main
7-
// DEFINE: %{run} = mlir-cpu-runner %t -e %{entry_point} -entry-point-result=void --march=aarch64 --mattr="+sve"\
7+
// DEFINE: %{run} = %mcr_aarch64_cmd %t -e %{entry_point} -entry-point-result=void --march=aarch64 --mattr="+sve"\
88
// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils,%native_mlir_arm_runner_utils
99

1010
// RUN: rm -f %t && %{compile} && %{run} | FileCheck %s

0 commit comments

Comments
 (0)