| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 42 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %main "main" |
| OpName %i "i" |
| OpName %j "j" |
| %void = OpTypeVoid |
| %1 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %6 = OpConstantNull %int |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_2 = OpConstant %int 2 |
| %bool = OpTypeBool |
| %main = OpFunction %void None %1 |
| %4 = OpLabel |
| %i = OpVariable %_ptr_Function_int Function %6 |
| %j = OpVariable %_ptr_Function_int Function %6 |
| OpStore %i %6 |
| OpBranch %9 |
| %9 = OpLabel |
| OpLoopMerge %10 %11 None |
| OpBranch %12 |
| %12 = OpLabel |
| %14 = OpLoad %int %i |
| %16 = OpSLessThan %bool %14 %int_2 |
| %13 = OpLogicalNot %bool %16 |
| OpSelectionMerge %18 None |
| OpBranchConditional %13 %19 %18 |
| %19 = OpLabel |
| OpBranch %10 |
| %18 = OpLabel |
| %21 = OpLoad %int %i |
| OpSelectionMerge %20 None |
| OpSwitch %21 %22 0 %23 |
| %23 = OpLabel |
| OpStore %j %6 |
| OpBranch %25 |
| %25 = OpLabel |
| OpLoopMerge %26 %27 None |
| OpBranch %28 |
| %28 = OpLabel |
| %30 = OpLoad %int %j |
| %31 = OpSLessThan %bool %30 %int_2 |
| %29 = OpLogicalNot %bool %31 |
| OpSelectionMerge %32 None |
| OpBranchConditional %29 %33 %32 |
| %33 = OpLabel |
| OpBranch %26 |
| %32 = OpLabel |
| %35 = OpLoad %int %j |
| OpSelectionMerge %34 None |
| OpSwitch %35 %36 0 %37 |
| %37 = OpLabel |
| OpBranch %27 |
| %36 = OpLabel |
| OpBranch %34 |
| %34 = OpLabel |
| OpBranch %27 |
| %27 = OpLabel |
| %38 = OpLoad %int %j |
| %39 = OpIAdd %int %38 %int_2 |
| OpStore %j %39 |
| OpBranch %25 |
| %26 = OpLabel |
| OpBranch %11 |
| %22 = OpLabel |
| OpBranch %20 |
| %20 = OpLabel |
| OpBranch %11 |
| %11 = OpLabel |
| %40 = OpLoad %int %i |
| %41 = OpIAdd %int %40 %int_2 |
| OpStore %i %41 |
| OpBranch %9 |
| %10 = OpLabel |
| OpReturn |
| OpFunctionEnd |