[llvm] [mlir][bufferization] Define a pipeline for buffer deallocation (PR #66352)
    Matthias Springer via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep 14 07:07:10 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 llvm-commits
mailing list