[Mlir-commits] [mlir] [mlir][arith][transforms] Adds Truncf f32 to f4e2m1 (PR #144157)

Jakub Kuderski llvmlistbot at llvm.org
Tue Jun 17 12:55:24 PDT 2025


================
@@ -3,18 +3,29 @@
 // RUN: mlir-opt %s --convert-vector-to-llvm \
 // RUN:             --convert-func-to-llvm \
 // RUN:             --arith-expand="include-f4e2m1=true" \
-// RUN:             --convert-arith-to-llvm | \
-// RUN: mlir-runner -e entry --entry-point-result=void \
-// RUN:             --shared-libs=%mlir_c_runner_utils | \
-// RUN: FileCheck %s --match-full-lines
+// RUN:             --convert-arith-to-llvm -reconcile-unrealized-casts | \
----------------
kuhar wrote:

```suggestion
// RUN:             --convert-arith-to-llvm --reconcile-unrealized-casts | \
```

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


More information about the Mlir-commits mailing list