[Mlir-commits] [mlir] [mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (PR #166618)

Jacques Pienaar llvmlistbot at llvm.org
Mon Nov 10 00:18:05 PST 2025


================
@@ -60,6 +60,14 @@ mlir::FailureOr<std::pair<mlir::func::FuncOp, mlir::func::CallOp>>
 deduplicateArgsOfFuncOp(mlir::RewriterBase &rewriter, mlir::func::FuncOp funcOp,
                         mlir::ModuleOp moduleOp);
 
+/// Create a FuncOp with signature `resultTypes`(`paramTypes`)` and name `name`.
----------------
jpienaar wrote:

This creates or returns an existing one if the signatures match, and errors if not. Or do you think there will be other failure cases?

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


More information about the Mlir-commits mailing list