| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 33 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_1 "x_1" |
| OpName %main_1 "main_1" |
| OpName %x_2 "x_2" |
| OpName %main "main" |
| %uint = OpTypeInt 32 0 |
| %_ptr_Private_uint = OpTypePointer Private %uint |
| %4 = OpConstantNull %uint |
| %x_1 = OpVariable %_ptr_Private_uint Private %4 |
| %void = OpTypeVoid |
| %5 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %uint_1 = OpConstant %uint 1 |
| %bool = OpTypeBool |
| %false = OpConstantFalse %bool |
| %uint_3 = OpConstant %uint 3 |
| %true = OpConstantTrue %bool |
| %uint_4 = OpConstant %uint 4 |
| %uint_5 = OpConstant %uint 5 |
| %main_1 = OpFunction %void None %5 |
| %8 = OpLabel |
| %x_2 = OpVariable %_ptr_Function_uint Function %4 |
| OpStore %x_1 %uint_0 |
| OpBranch %10 |
| %10 = OpLabel |
| OpLoopMerge %11 %12 None |
| OpBranch %13 |
| %13 = OpLabel |
| OpStore %x_1 %uint_1 |
| OpSelectionMerge %19 None |
| OpBranchConditional %false %20 %19 |
| %20 = OpLabel |
| OpBranch %11 |
| %19 = OpLabel |
| OpStore %x_1 %uint_3 |
| OpSelectionMerge %23 None |
| OpBranchConditional %true %24 %25 |
| %24 = OpLabel |
| %26 = OpIAdd %uint %uint_1 %uint_1 |
| OpStore %x_2 %26 |
| OpBranch %23 |
| %25 = OpLabel |
| OpReturn |
| %23 = OpLabel |
| %27 = OpLoad %uint %x_2 |
| OpStore %x_1 %27 |
| OpBranch %12 |
| %12 = OpLabel |
| OpStore %x_1 %uint_4 |
| OpBranchConditional %false %11 %10 |
| %11 = OpLabel |
| OpStore %x_1 %uint_5 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %5 |
| %31 = OpLabel |
| %32 = OpFunctionCall %void %main_1 |
| OpReturn |
| OpFunctionEnd |