[llvm] [mlir][bufferization] Add deallocation option to remove existing dealloc operations, add option to specify the kind of alloc operations to consider (PR #67556)
Matthias Springer via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 01:14:23 PDT 2023
================
@@ -106,6 +111,48 @@ struct DeallocationOptions {
/// to, an error will already be emitted at compile time. This cannot be
/// changed with this option.
bool verifyFunctionBoundaryABI = true;
+
+ /// Given an allocation side-effect on the passed operation, determine whether
----------------
matthias-springer wrote:
`Given an operation with an allocation side effect`
https://github.com/llvm/llvm-project/pull/67556
More information about the llvm-commits
mailing list