| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 90 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %main "main" |
| OpName %k "k" |
| OpName %tint_loop_idx "tint_loop_idx" |
| OpName %i "i" |
| OpName %tint_loop_idx_0 "tint_loop_idx" |
| OpName %j "j" |
| OpName %tint_low_inc_1 "tint_low_inc_1" |
| OpName %tint_carry_1 "tint_carry_1" |
| OpName %tint_low_inc "tint_low_inc" |
| OpName %tint_carry "tint_carry" |
| %void = OpTypeVoid |
| %3 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_0 = OpConstant %int 0 |
| %uint = OpTypeInt 32 0 |
| %v2uint = OpTypeVector %uint 2 |
| %_ptr_Function_v2uint = OpTypePointer Function %v2uint |
| %18 = OpConstantNull %v2uint |
| %uint_4294967295 = OpConstant %uint 4294967295 |
| %22 = OpConstantComposite %v2uint %uint_4294967295 %uint_4294967295 |
| %bool = OpTypeBool |
| %v2bool = OpTypeVector %bool 2 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %uint_0 = OpConstant %uint 0 |
| %uint_1 = OpConstant %uint 1 |
| %main = OpFunction %void None %3 |
| %4 = OpLabel |
| %k = OpVariable %_ptr_Function_int Function |
| %tint_loop_idx = OpVariable %_ptr_Function_v2uint Function %18 |
| %i = OpVariable %_ptr_Function_int Function |
| %tint_loop_idx_0 = OpVariable %_ptr_Function_v2uint Function %18 |
| %j = OpVariable %_ptr_Function_int Function |
| OpStore %k %int_0 |
| OpBranch %9 |
| %9 = OpLabel |
| OpStore %i %int_0 |
| OpBranch %12 |
| %12 = OpLabel |
| OpLoopMerge %13 %11 None |
| OpBranch %10 |
| %10 = OpLabel |
| %20 = OpLoad %v2uint %tint_loop_idx None |
| %21 = OpIEqual %v2bool %20 %22 |
| %26 = OpAll %bool %21 |
| OpSelectionMerge %27 None |
| OpBranchConditional %26 %28 %27 |
| %28 = OpLabel |
| OpBranch %13 |
| %27 = OpLabel |
| %29 = OpLoad %int %i None |
| %30 = OpSLessThan %bool %29 %int_2 |
| OpSelectionMerge %32 None |
| OpBranchConditional %30 %32 %33 |
| %33 = OpLabel |
| OpBranch %13 |
| %32 = OpLabel |
| %34 = OpLoad %int %i None |
| OpSelectionMerge %37 None |
| OpSwitch %34 %35 0 %36 |
| %36 = OpLabel |
| OpBranch %38 |
| %38 = OpLabel |
| OpStore %j %int_0 |
| OpBranch %41 |
| %41 = OpLabel |
| OpLoopMerge %42 %40 None |
| OpBranch %39 |
| %39 = OpLabel |
| %45 = OpLoad %v2uint %tint_loop_idx_0 None |
| %46 = OpIEqual %v2bool %45 %22 |
| %47 = OpAll %bool %46 |
| OpSelectionMerge %48 None |
| OpBranchConditional %47 %49 %48 |
| %49 = OpLabel |
| OpBranch %42 |
| %48 = OpLabel |
| %50 = OpLoad %int %j None |
| %51 = OpSLessThan %bool %50 %int_2 |
| OpSelectionMerge %52 None |
| OpBranchConditional %51 %52 %53 |
| %53 = OpLabel |
| OpBranch %42 |
| %52 = OpLabel |
| %54 = OpLoad %int %j None |
| OpSelectionMerge %58 None |
| OpSwitch %54 %55 0 %56 1 %57 |
| %56 = OpLabel |
| OpBranch %40 |
| %57 = OpLabel |
| %59 = OpLoad %int %k None |
| OpSelectionMerge %62 None |
| OpSwitch %59 %60 0 %61 |
| %61 = OpLabel |
| OpBranch %40 |
| %60 = OpLabel |
| OpBranch %62 |
| %62 = OpLabel |
| OpBranch %58 |
| %55 = OpLabel |
| OpBranch %58 |
| %58 = OpLabel |
| OpBranch %40 |
| %40 = OpLabel |
| %63 = OpAccessChain %_ptr_Function_uint %tint_loop_idx_0 %uint_0 |
| %66 = OpLoad %uint %63 None |
| %tint_low_inc_1 = OpIAdd %uint %66 %uint_1 |
| %69 = OpAccessChain %_ptr_Function_uint %tint_loop_idx_0 %uint_0 |
| OpStore %69 %tint_low_inc_1 None |
| %70 = OpIEqual %bool %tint_low_inc_1 %uint_0 |
| %tint_carry_1 = OpSelect %uint %70 %uint_1 %uint_0 |
| %72 = OpAccessChain %_ptr_Function_uint %tint_loop_idx_0 %uint_1 |
| %73 = OpLoad %uint %72 None |
| %74 = OpIAdd %uint %73 %tint_carry_1 |
| %75 = OpAccessChain %_ptr_Function_uint %tint_loop_idx_0 %uint_1 |
| OpStore %75 %74 None |
| %76 = OpLoad %int %j None |
| %77 = OpIAdd %int %76 %int_2 |
| OpStore %j %77 None |
| OpBranch %41 |
| %42 = OpLabel |
| OpBranch %11 |
| %35 = OpLabel |
| OpBranch %37 |
| %37 = OpLabel |
| OpBranch %11 |
| %11 = OpLabel |
| %78 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_0 |
| %79 = OpLoad %uint %78 None |
| %tint_low_inc = OpIAdd %uint %79 %uint_1 |
| %81 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_0 |
| OpStore %81 %tint_low_inc None |
| %82 = OpIEqual %bool %tint_low_inc %uint_0 |
| %tint_carry = OpSelect %uint %82 %uint_1 %uint_0 |
| %84 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_1 |
| %85 = OpLoad %uint %84 None |
| %86 = OpIAdd %uint %85 %tint_carry |
| %87 = OpAccessChain %_ptr_Function_uint %tint_loop_idx %uint_1 |
| OpStore %87 %86 None |
| %88 = OpLoad %int %i None |
| %89 = OpIAdd %int %88 %int_2 |
| OpStore %i %89 None |
| OpBranch %12 |
| %13 = OpLabel |
| OpReturn |
| OpFunctionEnd |