[Mlir-commits] [mlir] [MLIR][Bufferization] BufferResultsToOutParams: Add option to add attribute to output arguments (PR #84320)

Matthias Springer llvmlistbot at llvm.org
Wed Mar 13 20:40:32 PDT 2024


================
@@ -47,7 +47,8 @@ static bool hasStaticIdentityLayout(MemRefType type) {
 // Any args appended to the entry block are added to `appendedEntryArgs`.
 static LogicalResult
 updateFuncOp(func::FuncOp func,
----------------
matthias-springer wrote:

Can you document the new parameter here?


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


More information about the Mlir-commits mailing list