You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, an `Operation` can suggest the name for its block arguments using `getAsmBlockArgumentNames` method in `OpAsmOpInterface`.
97
+
98
+
For custom block names, `OpAsmOpInterface` has a method `getAsmBlockNames` so that
99
+
the operation can suggest a custom prefix instead of a generic `^bb0`.
100
+
101
+
## Defining Default Dialect
102
+
103
+
An `Operation` can indicate that the nested region in it has a default dialect prefix, and the operations in the region could elide the dialect prefix.
104
+
105
+
For example, in a `func.func` op all `func` prefix could be omitted:
0 commit comments