[Mlir-commits] [mlir] [mlir][bufferization] Support custom types at function boundaries (PR #159766)
Andrei Golubev
llvmlistbot at llvm.org
Mon Sep 22 08:10:55 PDT 2025
================
@@ -13,6 +13,7 @@
// Bufferization Type Interfaces
//===----------------------------------------------------------------------===//
+#include "mlir/Dialect/Func/IR/FuncOps.h" // to access mlir::func::FuncOp
----------------
andrey-golubev wrote:
no longer applies as the file is not modified.
https://github.com/llvm/llvm-project/pull/159766
More information about the Mlir-commits
mailing list