[Mlir-commits] [mlir] [MLIR] Add missing forward declaration after 61d5fdf50c78 (PR #141734)

Will Froom llvmlistbot at llvm.org
Wed May 28 02:23:20 PDT 2025


https://github.com/WillFroom updated https://github.com/llvm/llvm-project/pull/141734

>From 741743e2696c2bf751b43fb38e4d260f5338a4a9 Mon Sep 17 00:00:00 2001
From: Will Froom <willfroom at google.com>
Date: Wed, 28 May 2025 09:21:03 +0000
Subject: [PATCH] [MLIR] Add missing forward declaration after 61d5fdf50c78

---
 mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h b/mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
index c1f5654abbf9b..bff8cb5a2fc3e 100644
--- a/mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
+++ b/mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h
@@ -26,6 +26,7 @@ namespace bufferization {
 
 class AnalysisState;
 struct BufferizationOptions;
+class BufferizationState;
 class OpFilter;
 
 /// Bufferization statistics for debugging. These can be printed after running



More information about the Mlir-commits mailing list