| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 25 |
| ; Schema: 0 |
| OpCapability Shader |
| %10 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" |
| OpExecutionMode %unused_entry_point LocalSize 1 1 1 |
| OpName %foo "foo" |
| OpName %oob "oob" |
| OpName %b "b" |
| OpName %v "v" |
| OpName %unused_entry_point "unused_entry_point" |
| %float = OpTypeFloat 32 |
| %3 = OpTypeFunction %float |
| %int = OpTypeInt 32 1 |
| %oob = OpConstant %int 99 |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %v4float = OpTypeVector %float 4 |
| %13 = OpConstantNull %v4float |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %void = OpTypeVoid |
| %23 = OpTypeFunction %void |
| %foo = OpFunction %float None %3 |
| %4 = OpLabel |
| %v = OpVariable %_ptr_Function_v4float Function %13 |
| %8 = OpBitcast %uint %oob |
| %9 = OpExtInst %uint %10 UMin %8 %uint_3 |
| %b = OpVectorExtractDynamic %float %13 %9 |
| %17 = OpBitcast %uint %oob |
| %18 = OpExtInst %uint %10 UMin %17 %uint_3 |
| %19 = OpAccessChain %_ptr_Function_float %v %18 |
| OpStore %19 %b None |
| OpReturnValue %b |
| OpFunctionEnd |
| %unused_entry_point = OpFunction %void None %23 |
| %24 = OpLabel |
| OpReturn |
| OpFunctionEnd |