[Mlir-commits] [mlir] [MLIR][NFC] Retire let constructor for Bufferization (PR #129850)
Adrian Kuegel
llvmlistbot at llvm.org
Mon Mar 10 05:31:16 PDT 2025
================
@@ -63,11 +63,9 @@ parseHeuristicOption(const std::string &s) {
}
struct OneShotBufferizePass
- : public bufferization::impl::OneShotBufferizeBase<OneShotBufferizePass> {
- OneShotBufferizePass() = default;
-
- explicit OneShotBufferizePass(const OneShotBufferizationOptions &options)
----------------
akuegel wrote:
No, seems to be fine, I was just confused and didnt know how I need to update our code.
https://github.com/llvm/llvm-project/pull/129850
More information about the Mlir-commits
mailing list