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

Matthias Springer llvmlistbot at llvm.org
Sun Sep 21 08:41:18 PDT 2025


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

Can we use `FunctionOpInterface` instead of `func::FuncOp` when possible?


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


More information about the Mlir-commits mailing list