[Mlir-commits] [mlir] ec08c11 - [mlir][doc][SPIR-V] Add missing `>` (#110464)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Sep 30 06:30:11 PDT 2024


Author: MingZhu Yan
Date: 2024-09-30T09:30:06-04:00
New Revision: ec08c11878fd86a9919a19270d650a48ba52ba04

URL: https://github.com/llvm/llvm-project/commit/ec08c11878fd86a9919a19270d650a48ba52ba04
DIFF: https://github.com/llvm/llvm-project/commit/ec08c11878fd86a9919a19270d650a48ba52ba04.diff

LOG: [mlir][doc][SPIR-V] Add missing `>` (#110464)

![image](https://github.com/user-attachments/assets/c3a8761f-647f-4a52-a68c-06a4cb543924)

If I'm not mistaken, there should be a right bracket here?

Signed-off-by: MingZhu Yan <yanmingzhu at iscas.ac.cn>

Added: 
    

Modified: 
    mlir/docs/Dialects/SPIR-V.md

Removed: 
    


################################################################################
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,


        


More information about the Mlir-commits mailing list