[Mlir-commits] [mlir] [mlir][gpu][bufferization] Implement BufferDeallocationOpInterface for gpu.terminator (PR #66880)

Matthias Springer llvmlistbot at llvm.org
Wed Sep 20 02:59:18 PDT 2023


================
@@ -205,6 +205,19 @@ class DeallocationState {
   Liveness liveness;
 };
 
+namespace deallocation_impl {
+/// Insert a `bufferization.dealloc` operation right before 'op' which has to be
+/// a terminator without any successors. Note that it is not required to have
+/// the ReturnLike trait attached. The MemRef values in the 'operands' argument
----------------
matthias-springer wrote:

nit: you can use backticks for variable/function names

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


More information about the Mlir-commits mailing list