[Mlir-commits] [mlir] [mlir][arith] Add `arith.fptofp` op (PR #188041)
Matthias Springer
llvmlistbot at llvm.org
Mon Mar 23 08:15:34 PDT 2026
================
@@ -1425,6 +1425,40 @@ def Arith_TruncFOp :
attr-dict `:` type($in) `to` type($out) }];
}
+//===----------------------------------------------------------------------===//
+// FPToFPOp
+//===----------------------------------------------------------------------===//
+
+def Arith_FPToFPOp :
----------------
matthias-springer wrote:
That would be fine with me.
https://github.com/llvm/llvm-project/pull/188041
More information about the Mlir-commits
mailing list