[Mlir-commits] [mlir] [MLIR][NFC] Retire let constructor for Bufferization (PR #129850)

Adrian Kuegel llvmlistbot at llvm.org
Mon Mar 10 04:28:12 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:

It seems now there is no way anymore to pass OneShotBufferizationOptions to OneShotBufferizePass?

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


More information about the Mlir-commits mailing list