Commit 5cebc48
authored
[mlir] NamedSequence builder honor arg_attrs when building
Previously the builder did not attach argument attributes when calling NamedSequenceOp::build with `arg_attrs`, which makes we can not create a legal named_sequence operation by this builder.
This patch ensures `arg_attrs` are stored in the op state
so verification and printing show them.1 parent 739a5a4 commit 5cebc48
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2571 | 2571 | | |
2572 | 2572 | | |
2573 | 2573 | | |
| 2574 | + | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
2574 | 2579 | | |
2575 | 2580 | | |
2576 | 2581 | | |
| |||
0 commit comments