[Mlir-commits] [mlir] [mlir][bufferization] Define a pipeline for buffer deallocation (PR #66352)
Matthias Springer
llvmlistbot at llvm.org
Thu Sep 14 07:07:12 PDT 2023
================
@@ -30,7 +30,7 @@ std::unique_ptr<Pass> createBufferDeallocationPass();
/// Creates an instance of the OwnershipBasedBufferDeallocation pass to free all
/// allocated buffers.
-std::unique_ptr<Pass> createOwnershipBasedBufferDeallocationPass();
+std::unique_ptr<Pass> createOwnershipBasedBufferDeallocationPass(bool privateFuncDynamicOwnership = false);
----------------
matthias-springer wrote:
clang-format
https://github.com/llvm/llvm-project/pull/66352
More information about the Mlir-commits
mailing list