| ; Generator: Google Tint Compiler; 1 |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpName %unused_entry_point "unused_entry_point" |
| %v3float = OpTypeVector %float 3 |
| %mat3v3float = OpTypeMatrix %v3float 3 |
| %_ptr_Workgroup_mat3v3float = OpTypePointer Workgroup %mat3v3float |
| %v = OpVariable %_ptr_Workgroup_mat3v3float Workgroup |
| %7 = OpTypeFunction %mat3v3float |
| %uint_2 = OpConstant %uint 2 |
| %uint_264 = OpConstant %uint 264 |
| %17 = OpTypeFunction %void |
| %foo = OpFunction %mat3v3float None %7 |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %14 = OpLoad %mat3v3float %v |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %unused_entry_point = OpFunction %void None %17 |