Skip to content

Commit 56ffcd4

Browse files
[mlir] Fix integration tests after llvm#120580 (part 2) (llvm#120751)
This commit should have been part of llvm#120580.
1 parent 953b07f commit 56ffcd4

File tree

1 file changed

+1
-1
lines changed
  • mlir/test/Integration/Dialect/Vector/CPU/ArmSVE

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/Vector/CPU/ArmSVE/sve.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s -lower-affine -convert-vector-to-scf -convert-scf-to-cf -convert-vector-to-llvm="enable-arm-sve" -finalize-memref-to-llvm -convert-func-to-llvm -convert-arith-to-llvm -canonicalize | \
1+
// RUN: mlir-opt %s -lower-affine -convert-vector-to-scf -convert-scf-to-cf -convert-vector-to-llvm="enable-arm-sve" -finalize-memref-to-llvm -convert-func-to-llvm -convert-arith-to-llvm -convert-cf-to-llvm -canonicalize | \
22
// RUN: %mcr_aarch64_cmd -e=entry -entry-point-result=void --march=aarch64 --mattr="+sve" -shared-libs=%native_mlir_c_runner_utils | \
33
// RUN: FileCheck %s
44

0 commit comments

Comments
 (0)