[Mlir-commits] [mlir] [mlir][bufferize] Add hoist-dynamic-allocs-option to buffer-results-to-out-params (PR #160985)
Matthias Springer
llvmlistbot at llvm.org
Sat Sep 27 10:37:57 PDT 2025
================
@@ -142,7 +202,7 @@ updateReturnOps(func::FuncOp func, ArrayRef<BlockArgument> appendedEntryArgs,
// Updates all CallOps in the scope of the given ModuleOp by allocating
// temporary buffers for newly introduced out params.
static LogicalResult
-updateCalls(ModuleOp module,
+updateCalls(ModuleOp module, AllocDynamicSizesMap &map,
----------------
matthias-springer wrote:
I think `map` should be a const reference.
https://github.com/llvm/llvm-project/pull/160985
More information about the Mlir-commits
mailing list