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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Dec 7 12:41:27 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Matthias Springer (matthias-springer)

<details>
<summary>Changes</summary>

Fix build after #<!-- -->171024.


---
Full diff: https://github.com/llvm/llvm-project/pull/171057.diff


1 Files Affected:

- (modified) mlir/test/Integration/Dialect/Arith/CPU/test-apfloat-emulation-vector.mlir (+1-1) 


``````````diff
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 \

``````````

</details>


https://github.com/llvm/llvm-project/pull/171057


More information about the Mlir-commits mailing list