[Mlir-commits] [mlir] [mlir][bufferization] Adding the optimize-allocation-liveness pass (PR #101827)

Matthias Springer llvmlistbot at llvm.org
Sun Aug 11 01:43:10 PDT 2024


================
@@ -232,6 +232,22 @@ def OwnershipBasedBufferDeallocation : Pass<
   ];
 }
 
+
+def OptimizeAllocationliveness : Pass<
----------------
matthias-springer wrote:

Capitalization: `OptimizeAllocationLiveness`

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


More information about the Mlir-commits mailing list