[Mlir-commits] [mlir] [mlir][arith] wide integer emulation support for fpto*i ops (PR #132375)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Mar 24 11:34:56 PDT 2025
================
@@ -0,0 +1,82 @@
+// Check that the wide integer `arith.fptosi` emulation produces the same result as wide
+// `arith.fptosi`. Emulate i64 ops with i32 ops.
+
+// RUN: mlir-opt %s --convert-scf-to-cf --convert-cf-to-llvm --convert-vector-to-llvm \
+// RUN: --convert-func-to-llvm --convert-arith-to-llvm | \
+// RUN: mlir-cpu-runner -e entry -entry-point-result=void \
----------------
kuhar wrote:
I think it's gone, maybe it's that's you have a copy in your build dir that survived the deletion? https://mlir.llvm.org/docs/ReleaseNotes/#llvm-20
https://github.com/llvm/llvm-project/pull/132375
More information about the Mlir-commits
mailing list