Skip to content

Commit b4865dd

Browse files
committed
[MLIR] Add nested symbols into LangRef
Add documentation into the LangRef for parsing nested symbols. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D122977
1 parent 2387fad commit b4865dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/LangRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ bare-id-list ::= bare-id (`,` bare-id)*
203203
value-id ::= `%` suffix-id
204204
suffix-id ::= (digit+ | ((letter|id-punct) (letter|id-punct|digit)*))
205205
206-
symbol-ref-id ::= `@` (suffix-id | string-literal)
206+
symbol-ref-id ::= `@` (suffix-id | string-literal) (`::` symbol-ref-id)?
207207
value-id-list ::= value-id (`,` value-id)*
208208
209209
// Uses of value, e.g. in an operand list to an operation.

0 commit comments

Comments
 (0)