[Mlir-commits] [mlir] [MLIR] Add bufferization state class to OneShotBufferization pass (PR #141019)

Michele Scuttari llvmlistbot at llvm.org
Tue May 27 05:59:11 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,
----------------
mscuttari wrote:

Thanks for pointing this out, here is the PR: #141594

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


More information about the Mlir-commits mailing list