Skip to content

Commit ad71af0

Browse files
[mlir][arith] Fix build after #171024
1 parent 359cac4 commit ad71af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// mlir_apfloat_wrappers in a platform-independent way.
44

55
// All floating-point arithmetics is lowered through APFloat.
6-
// RUN: mlir-opt %s --convert-arith-to-apfloat --convert-scf-to-vector | \
6+
// RUN: mlir-opt %s --convert-arith-to-apfloat --convert-scf-to-vector |
77
// RUN: --convert-scf-to-cf --convert-to-llvm | \
88
// RUN: mlir-runner -e entry --entry-point-result=void \
99
// RUN: --shared-libs=%mlir_c_runner_utils \

0 commit comments

Comments
 (0)