[Mlir-commits] [mlir] [mlir][arith] Fix build after #171024 (PR #171057)

Matthias Springer llvmlistbot at llvm.org
Sun Dec 7 12:40:58 PST 2025


https://github.com/matthias-springer created https://github.com/llvm/llvm-project/pull/171057

Fix build after #171024.


>From ad71af0a08512ad9bdde0e80d680c646a6a7d5d3 Mon Sep 17 00:00:00 2001
From: Matthias Springer <me at m-sp.org>
Date: Sun, 7 Dec 2025 20:40:12 +0000
Subject: [PATCH] [mlir][arith] Fix build after #171024

---
 .../Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlir/test/Integration/Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir b/mlir/test/Integration/Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir
index 3b94dc48a9181..127a98c03f627 100644
--- a/mlir/test/Integration/Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir
+++ b/mlir/test/Integration/Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir
@@ -3,7 +3,7 @@
 // mlir_apfloat_wrappers in a platform-independent way.
 
 // All floating-point arithmetics is lowered through APFloat.
-// RUN: mlir-opt %s --convert-arith-to-apfloat --convert-scf-to-vector | \
+// RUN: mlir-opt %s --convert-arith-to-apfloat --convert-scf-to-vector |
 // RUN:     --convert-scf-to-cf --convert-to-llvm | \
 // RUN: mlir-runner -e entry --entry-point-result=void \
 // RUN:             --shared-libs=%mlir_c_runner_utils \



More information about the Mlir-commits mailing list