1spv.for-notest.vert
2// Module Version 10000
3// Generated by (magic number): 80007
4// Id's are bound by 20
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Vertex 4  "main" 15
10                              Source GLSL 450
11                              Name 4  "main"
12                              Name 8  "i"
13                              Name 15  "r"
14                              Decorate 15(r) Location 0
15               2:             TypeVoid
16               3:             TypeFunction 2
17               6:             TypeInt 32 1
18               7:             TypePointer Function 6(int)
19               9:      6(int) Constant 0
20              14:             TypePointer Output 6(int)
21           15(r):     14(ptr) Variable Output
22              18:      6(int) Constant 1
23         4(main):           2 Function None 3
24               5:             Label
25            8(i):      7(ptr) Variable Function
26                              Store 8(i) 9
27                              Branch 10
28              10:             Label
29                              LoopMerge 12 13 None
30                              Branch 11
31              11:             Label
32              16:      6(int) Load 8(i)
33                              Store 15(r) 16
34                              Branch 13
35              13:             Label
36              17:      6(int) Load 8(i)
37              19:      6(int) IAdd 17 18
38                              Store 8(i) 19
39                              Branch 10
40              12:             Label
41                              Return
42                              FunctionEnd
43