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

Huw Percival llvmlistbot at llvm.org
Tue May 27 05:32:45 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:

Hey, I am a user of bufferization and just updating my project for this change. I would appreciate if this change could be described in the description above (line 394...) as I will almost certainly forget to update symbol tables in the future (and newcomers won't know to).
Thanks for your contributions though - greatly appreciate all the work being done in MLIR and bufferization.

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


More information about the Mlir-commits mailing list