[Mlir-commits] [mlir] [mlir][bufferization] Support bufferization of external functions (PR #113999)

Javed Absar llvmlistbot at llvm.org
Tue Oct 29 03:59:47 PDT 2024


================
@@ -392,36 +393,45 @@ struct FuncOpInterface
     auto funcOp = cast<FuncOp>(op);
     FunctionType funcType = funcOp.getFunctionType();
 
-    // Construct the bufferized function type.
+    // Construct the bufferized function type. Compute the argument types.
----------------
javedabsar1 wrote:

May be totally delete the `//Construct the bufferized function type` from here. The 'for loop' is about argType.
And then in line 421 you do have `// Compute the new function type.`

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


More information about the Mlir-commits mailing list