[Mlir-commits] [mlir] [mlir][arith] Add `arith.fptofp` op (PR #188041)

Jakub Kuderski llvmlistbot at llvm.org
Tue Mar 24 05:54:08 PDT 2026


================
@@ -1425,6 +1425,40 @@ def Arith_TruncFOp :
                           attr-dict `:` type($in) `to` type($out) }];
 }
 
+//===----------------------------------------------------------------------===//
+// FPToFPOp
+//===----------------------------------------------------------------------===//
+
+def Arith_FPToFPOp :
----------------
kuhar wrote:

Naming suggestion: maybe `ConvertFOp`? fp ops in the arith dialect use the 'f' suffix instead of `fp`, so it would be awkward to have `FPToFPOp` start a new naming convention.

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


More information about the Mlir-commits mailing list