Skip to content

Commit 83553bc

Browse files
committed
Update docs
1 parent 1f161ba commit 83553bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/include/mlir/Dialect/Transform/IR/TransformOps.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,9 @@ def ApplyRegisteredPassOp : TransformDialectOp<"apply_registered_pass",
423423
: (!transform.any_param, !transform.any_param, !transform.any_op) -> !transform.any_op
424424
```
425425

426+
Options' values which are `ArrayAttr`s are converted to comma-separated
427+
lists of options. Likewise for params which associate multiple values.
428+
426429
This op first looks for a pass pipeline with the specified name. If no such
427430
pipeline exists, it looks for a pass with the specified name. If no such
428431
pass exists either, this op fails definitely.

0 commit comments

Comments
 (0)