| ; Generator: Google Tint Compiler; 0 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" %tint_symbol |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %tint_symbol "tint_symbol" |
| OpDecorate %tint_symbol BuiltIn LocalInvocationIndex |
| %v3int = OpTypeVector %int 3 |
| %_ptr_Workgroup_v3int = OpTypePointer Workgroup %v3int |
| %v = OpVariable %_ptr_Workgroup_v3int Workgroup |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %tint_symbol = OpVariable %_ptr_Input_uint Input |
| %8 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %18 = OpConstantNull %v3int |
| %uint_2 = OpConstant %uint 2 |
| %uint_264 = OpConstant %uint 264 |
| %main = OpFunction %void None %8 |
| %12 = OpLoad %uint %tint_symbol |
| %14 = OpIEqual %bool %12 %uint_0 |
| OpSelectionMerge %16 None |
| OpBranchConditional %14 %17 %16 |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |