[Mlir-commits] [mlir] [MLIR] Move the `mlir-generate-reproducer` option to be a PassManager option instead of mlir-opt (PR #159004)
Mehdi Amini
llvmlistbot at llvm.org
Wed Mar 25 10:48:12 PDT 2026
================
@@ -282,6 +282,11 @@ class PassManager : public OpPassManager {
/// Add the provided instrumentation to the pass manager.
void addInstrumentation(std::unique_ptr<PassInstrumentation> pi);
+ /// Enable or disable the printing of pass manager reproducer.
+ void enableGeneratePassManagerReproducer(std::string filename) {
----------------
joker-eph wrote:
Ping @jpienaar ?
https://github.com/llvm/llvm-project/pull/159004
More information about the Mlir-commits
mailing list