Skip to content

[MLIR] Add missing forward declaration after 61d5fdf50c78 #141734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025

Conversation

WillFroom
Copy link
Contributor

No description provided.

@llvmbot llvmbot added mlir mlir:bufferization Bufferization infrastructure labels May 28, 2025
@WillFroom WillFroom changed the title [MLIR] Add missign forward declaration after 61d5fdf50c78 [MLIR] Add missing forward declaration after 61d5fdf50c78 May 28, 2025
@llvmbot
Copy link
Member

llvmbot commented May 28, 2025

@llvm/pr-subscribers-mlir-bufferization

Author: Will Froom (WillFroom)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/141734.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h (+1)
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

@llvmbot
Copy link
Member

llvmbot commented May 28, 2025

@llvm/pr-subscribers-mlir

Author: Will Froom (WillFroom)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/141734.diff

1 Files Affected:

  • (modified) mlir/include/mlir/Dialect/Bufferization/Transforms/Bufferize.h (+1)
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

@WillFroom WillFroom force-pushed the fix-missing-forward-decl-bufferize branch from f99e4bb to 741743e Compare May 28, 2025 09:23
@WillFroom WillFroom merged commit 88f61f2 into llvm:main May 28, 2025
6 of 9 checks passed
hanhanW pushed a commit to iree-org/llvm-project that referenced this pull request May 29, 2025
hanhanW pushed a commit to iree-org/llvm-project that referenced this pull request May 29, 2025
sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:bufferization Bufferization infrastructure mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants