[Mlir-commits] [mlir] [MLIR][Transform] apply_registered_pass op's options as a dict (PR #143159)
Rolf Morel
llvmlistbot at llvm.org
Sat Jun 7 13:30:40 PDT 2025
rolfmorel wrote:
Hi @ftynse, @makslevental, partially based on your comments, I decided to go whole hog on this and improve the op on the C++ side as well. That is, the options are now provided in a dictionary _and_ it possible to pass the _values_ for the options via params.
I re-purposed this PR (prev. was solely fixing up Python bindings) for this more substantial change. Looking forward to your re-review!
https://github.com/llvm/llvm-project/pull/143159
More information about the Mlir-commits
mailing list