[Mlir-commits] [mlir] [mlir][bufferization] Support custom types at function boundaries (PR #159766)

Andrei Golubev llvmlistbot at llvm.org
Mon Sep 22 01:04:18 PDT 2025


================
@@ -13,6 +13,7 @@
 // Bufferization Type Interfaces
 //===----------------------------------------------------------------------===//
 
+#include "mlir/Dialect/Func/IR/FuncOps.h" // to access mlir::func::FuncOp
----------------
andrey-golubev wrote:

i didn't think of this, yes, i think we should.

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


More information about the Mlir-commits mailing list