[Mlir-commits] [mlir] [mlir] [bufferize] fix bufferize deallocation error in nest symbol table (PR #98476)

donald chen llvmlistbot at llvm.org
Sun Jul 14 20:02:03 PDT 2024


================
@@ -132,27 +132,30 @@ struct BufferizationToMemRefPass
       return;
     }
 
-    func::FuncOp helperFuncOp;
+    llvm::DenseMap<Operation *, func::FuncOp> deallocHelperFuncMap;
----------------
cxy-1993 wrote:

DONE

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


More information about the Mlir-commits mailing list