[Mlir-commits] [mlir] [mlir][doc][SPIR-V] Add missing `>` (PR #110464)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Sep 30 01:13:45 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: MingZhu Yan (trdthg)
<details>
<summary>Changes</summary>
![image](https://github.com/user-attachments/assets/c3a8761f-647f-4a52-a68c-06a4cb543924)
If I'm not mistaken, there should be a right bracket here?
---
Full diff: https://github.com/llvm/llvm-project/pull/110464.diff
1 Files Affected:
- (modified) mlir/docs/Dialects/SPIR-V.md (+1-1)
``````````diff
diff --git a/mlir/docs/Dialects/SPIR-V.md b/mlir/docs/Dialects/SPIR-V.md
index 51ba3482a379ab..c1d50f0fbe4071 100644
--- a/mlir/docs/Dialects/SPIR-V.md
+++ b/mlir/docs/Dialects/SPIR-V.md
@@ -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,
``````````
</details>
https://github.com/llvm/llvm-project/pull/110464
More information about the Mlir-commits
mailing list