| ; Test: SpvParserTest_ValueFromBlockNotInBlockOrder.spvasm |
| ; Generator: Khronos SPIR-V Tools Assembler; 0 |
| OpMemoryModel Logical Simple |
| OpEntryPoint Fragment %100 "main" |
| OpExecutionMode %100 OriginUpperLeft |
| %2 = OpTypeFunction %void |
| %v2bool = OpTypeVector %bool 2 |
| %v2uint = OpTypeVector %uint 2 |
| %v2int = OpTypeVector %int 2 |
| %v2float = OpTypeVector %float 2 |
| %float_42 = OpConstant %float 42 |
| %100 = OpFunction %void None %2 |
| %499 = OpFAdd %float %float_42 %float_42 |
| %500 = OpFAdd %float %499 %float_42 |
| OpBranchConditional %13 %90 %40 |
| %81 = OpFMul %float %500 %float_42 |