[Mlir-commits] [mlir] [MLIR] Add bufferization state class to OneShotBufferization pass (PR #141019)
Huw Percival
llvmlistbot at llvm.org
Tue May 27 06:32:26 PDT 2025
================
@@ -426,7 +426,8 @@ def BufferizableOpInterface : OpInterface<"BufferizableOpInterface"> {
/*retType=*/"::llvm::LogicalResult",
/*methodName=*/"bufferize",
/*args=*/(ins "::mlir::RewriterBase &":$rewriter,
- "const ::mlir::bufferization::BufferizationOptions &":$options),
+ "const ::mlir::bufferization::BufferizationOptions &":$options,
----------------
xhuw wrote:
Change looks good to me, Thanks
https://github.com/llvm/llvm-project/pull/141019
More information about the Mlir-commits
mailing list