[Mlir-commits] [mlir] [mlir][bufferization] Ownership-based deallocation: Allow manual (de)allocs (PR #68648)

Aart Bik llvmlistbot at llvm.org
Wed Jan 3 16:18:23 PST 2024


================
@@ -28,6 +28,16 @@ constexpr const ::llvm::StringLiteral BufferizationDialect::kWritableAttrName;
 constexpr const ::llvm::StringLiteral
     BufferizationDialect::kBufferLayoutAttrName;
 
+/// An attribute that can be attached to ops with an allocation and/or
----------------
aartbik wrote:

do we want to repeat the doc in both td and cpp ?

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


More information about the Mlir-commits mailing list