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

Adrian Kuegel llvmlistbot at llvm.org
Tue Mar 18 03:52: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:

Ah, then I guess that should also be used, instead of a string as it is right now. But before that is done, I think it would be better to get the old constructor back.

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


More information about the Mlir-commits mailing list