[Mlir-commits] [mlir] [MLIR][Transform] apply_registered_pass: support ListOptions (PR #144026)
Rolf Morel
llvmlistbot at llvm.org
Fri Jun 13 08:02:31 PDT 2025
rolfmorel wrote:
> Based on offline discussion with @fschlimb, am now working on support for `... with options = { "option-name" = [%param1, %param2] }`. Will update the PR in a couple hours.
This is now implemented. Also on the Python side.
https://github.com/llvm/llvm-project/pull/144026
More information about the Mlir-commits
mailing list