SKIP: FAILED ; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 82 ; Schema: 0 OpCapability Shader OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %tint_symbol_1 OpExecutionMode %main OriginUpperLeft OpName %x_GLF_color "x_GLF_color" OpName %buf0 "buf0" OpMemberName %buf0 0 "one" OpName %x_6 "x_6" OpName %buf1 "buf1" OpMemberName %buf1 0 "zero" OpName %x_9 "x_9" OpName %tint_symbol_1 "tint_symbol_1" OpName %main_1 "main_1" OpName %i "i" OpName %v "v" OpName %main_out "main_out" OpMemberName %main_out 0 "x_GLF_color_1" OpName %tint_symbol_2 "tint_symbol_2" OpName %tint_symbol "tint_symbol" OpName %main "main" OpDecorate %buf0 Block OpMemberDecorate %buf0 0 Offset 0 OpDecorate %x_6 NonWritable OpDecorate %x_6 DescriptorSet 0 OpDecorate %x_6 Binding 0 OpDecorate %buf1 Block OpMemberDecorate %buf1 0 Offset 0 OpDecorate %x_9 NonWritable OpDecorate %x_9 DescriptorSet 0 OpDecorate %x_9 Binding 1 OpDecorate %tint_symbol_1 Location 0 OpMemberDecorate %main_out 0 Offset 0 %float = OpTypeFloat 32 %v4float = OpTypeVector %float 4 %_ptr_Private_v4float = OpTypePointer Private %v4float %5 = OpConstantNull %v4float %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 %int = OpTypeInt 32 1 %buf0 = OpTypeStruct %int %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform %buf1 = OpTypeStruct %int %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 %x_9 = OpVariable %_ptr_Uniform_buf1 Uniform %_ptr_Output_v4float = OpTypePointer Output %v4float %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5 %void = OpTypeVoid %15 = OpTypeFunction %void %_ptr_Function_int = OpTypePointer Function %int %21 = OpConstantNull %int %_ptr_Function_v4float = OpTypePointer Function %v4float %float_0 = OpConstant %float 0 %25 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0 %int_0 = OpConstant %int 0 %uint = OpTypeInt 32 0 %uint_0 = OpConstant %uint 0 %_ptr_Uniform_int = OpTypePointer Uniform %int %bool = OpTypeBool %int_1 = OpConstant %int 1 %float_1 = OpConstant %float 1 %53 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 %false = OpConstantFalse %bool %uint_1 = OpConstant %uint 1 %_ptr_Function_float = OpTypePointer Function %float %_ptr_Private_float = OpTypePointer Private %float %main_out = OpTypeStruct %v4float %70 = OpTypeFunction %void %main_out %main_1 = OpFunction %void None %15 %18 = OpLabel %i = OpVariable %_ptr_Function_int Function %21 %v = OpVariable %_ptr_Function_v4float Function %5 OpStore %x_GLF_color %25 OpStore %i %int_0 OpBranch %27 %27 = OpLabel OpLoopMerge %28 %29 None OpBranch %30 %30 = OpLabel %31 = OpLoad %int %i %35 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %36 = OpLoad %int %35 %37 = OpSLessThan %bool %31 %36 OpSelectionMerge %39 None OpBranchConditional %37 %40 %41 %40 = OpLabel OpBranch %39 %41 = OpLabel OpBranch %28 %39 = OpLabel OpBranch %42 %42 = OpLabel OpLoopMerge %43 %44 None OpBranch %45 %45 = OpLabel %46 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %47 = OpLoad %int %46 %49 = OpIEqual %bool %47 %int_1 OpSelectionMerge %50 None OpBranchConditional %49 %51 %50 %51 = OpLabel OpStore %x_GLF_color %53 OpBranch %50 %50 = OpLabel OpBranch %44 %44 = OpLabel OpSelectionMerge %55 None OpBranchConditional %false %56 %57 %56 = OpLabel OpBranch %55 %57 = OpLabel OpBranch %43 %55 = OpLabel OpBranch %42 %43 = OpLabel OpBranch %29 %29 = OpLabel %58 = OpLoad %int %i %59 = OpIAdd %int %58 %int_1 OpStore %i %59 OpBranch %27 %28 = OpLabel %60 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %61 = OpLoad %int %60 %64 = OpAccessChain %_ptr_Function_float %v %uint_1 %65 = OpConvertSToF %float %61 OpStore %64 %65 %66 = OpAccessChain %_ptr_Function_float %v %uint_1 %67 = OpLoad %float %66 %69 = OpAccessChain %_ptr_Private_float %x_GLF_color %uint_1 OpStore %69 %67 OpReturn OpFunctionEnd %tint_symbol_2 = OpFunction %void None %70 %tint_symbol = OpFunctionParameter %main_out %74 = OpLabel %75 = OpCompositeExtract %v4float %tint_symbol 0 OpStore %tint_symbol_1 %75 OpReturn OpFunctionEnd %main = OpFunction %void None %15 %77 = OpLabel %78 = OpFunctionCall %void %main_1 %80 = OpLoad %v4float %x_GLF_color %81 = OpCompositeConstruct %main_out %80 %79 = OpFunctionCall %void %tint_symbol_2 %81 OpReturn OpFunctionEnd 1:1: The continue construct with the continue target 44[%44] is not post dominated by the back-edge block 55[%55] %55 = OpLabel