mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 23:46:05 +00:00
[mlir][doc][SPIR-V] Add missing >
(#110464)
 If I'm not mistaken, there should be a right bracket here? Signed-off-by: MingZhu Yan <yanmingzhu@iscas.ac.cn>
This commit is contained in:
parent
282fc93f09
commit
ec08c11878
@ -388,7 +388,7 @@ This corresponds to SPIR-V [struct type][StructType]. Its syntax is
|
||||
```
|
||||
struct-member-decoration ::= integer-literal? spirv-decoration*
|
||||
struct-type ::= `!spirv.struct<` spirv-type (`[` struct-member-decoration `]`)?
|
||||
(`, ` spirv-type (`[` struct-member-decoration `]`)?
|
||||
(`, ` spirv-type (`[` struct-member-decoration `]`)? `>`
|
||||
```
|
||||
|
||||
For Example,
|
||||
|
Loading…
x
Reference in New Issue
Block a user