[Mlir-commits] [mlir] [mlir][bufferization] Return BufferLikeType in BufferizableOpInterface (PR #144867)

Andrei Golubev llvmlistbot at llvm.org
Mon Jun 30 04:57:16 PDT 2025


================
@@ -13,6 +13,7 @@
 // Bufferization Type Interfaces
 //===----------------------------------------------------------------------===//
 
+#include "mlir/IR/BuiltinTypes.h"
----------------
andrey-golubev wrote:

i think it was to have `mlir::Type` but I see there's mlir/IR/Type.h already being included. building without this include succeeded for me, so removed. good catch!

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


More information about the Mlir-commits mailing list