[Mlir-commits] [mlir] [MLIR][Python] Add optional arguments to PassManager IR printing (PR #89301)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Apr 22 01:01:56 PDT 2024
https://github.com/ftynse requested changes to this pull request.
I wonder if this would be the right time to introduce a `PassManager::PrintConfig` struct, or even a more general `PassManagerConfig`, that would take care of all these API flags. This way, we won't break C API unnecessarily and sparse C and C++ clients the pain on passing a list of mostly useless options.
https://github.com/llvm/llvm-project/pull/89301
More information about the Mlir-commits
mailing list