[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 02:18:07 PDT 2025


================
@@ -109,7 +156,7 @@ updateFuncOp(func::FuncOp func,
 // the given out-params.
 static LogicalResult
 updateReturnOps(func::FuncOp func, ArrayRef<BlockArgument> appendedEntryArgs,
-                const bufferization::BufferResultsToOutParamsOpts &options) {
+                bufferization::BufferResultsToOutParamsOpts &options) {
----------------
matthias-springer wrote:

Let's keep this `const`.

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


More information about the Mlir-commits mailing list