SKIP: FAILED ; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 419 ; Schema: 0 OpCapability Shader %180 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 OpExecutionMode %main OriginUpperLeft OpName %data "data" OpName %temp "temp" OpName %buf0 "buf0" OpMemberName %buf0 0 "injectionSwitch" OpName %x_28 "x_28" OpName %gl_FragCoord "gl_FragCoord" OpName %x_GLF_color "x_GLF_color" OpName %buf1 "buf1" OpMemberName %buf1 0 "resolution" OpName %x_32 "x_32" OpName %tint_symbol "tint_symbol" OpName %tint_symbol_2 "tint_symbol_2" OpName %merge_i1_i1_i1_ "merge_i1_i1_i1_" OpName %from "from" OpName %mid "mid" OpName %to "to" OpName %k "k" OpName %i "i" OpName %j "j" OpName %i_1 "i_1" OpName %mergeSort_ "mergeSort_" OpName %low "low" OpName %high "high" OpName %m "m" OpName %i_2 "i_2" OpName %from_1 "from_1" OpName %mid_1 "mid_1" OpName %to_1 "to_1" OpName %param "param" OpName %param_1 "param_1" OpName %param_2 "param_2" OpName %main_1 "main_1" OpName %i_3 "i_3" OpName %j_1 "j_1" OpName %grey "grey" OpName %main_out "main_out" OpMemberName %main_out 0 "x_GLF_color_1" OpName %tint_symbol_3 "tint_symbol_3" OpName %tint_symbol_1 "tint_symbol_1" OpName %main "main" OpDecorate %_arr_int_uint_10 ArrayStride 4 OpDecorate %buf0 Block OpMemberDecorate %buf0 0 Offset 0 OpDecorate %x_28 NonWritable OpDecorate %x_28 DescriptorSet 0 OpDecorate %x_28 Binding 0 OpDecorate %buf1 Block OpMemberDecorate %buf1 0 Offset 0 OpDecorate %x_32 NonWritable OpDecorate %x_32 DescriptorSet 0 OpDecorate %x_32 Binding 1 OpDecorate %tint_symbol BuiltIn FragCoord OpDecorate %tint_symbol_2 Location 0 OpMemberDecorate %main_out 0 Offset 0 %int = OpTypeInt 32 1 %uint = OpTypeInt 32 0 %uint_10 = OpConstant %uint 10 %_arr_int_uint_10 = OpTypeArray %int %uint_10 %_ptr_Private__arr_int_uint_10 = OpTypePointer Private %_arr_int_uint_10 %7 = OpConstantNull %_arr_int_uint_10 %data = OpVariable %_ptr_Private__arr_int_uint_10 Private %7 %temp = OpVariable %_ptr_Private__arr_int_uint_10 Private %7 %float = OpTypeFloat 32 %v2float = OpTypeVector %float 2 %buf0 = OpTypeStruct %v2float %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %x_28 = OpVariable %_ptr_Uniform_buf0 Uniform %v4float = OpTypeVector %float 4 %_ptr_Private_v4float = OpTypePointer Private %v4float %17 = OpConstantNull %v4float %gl_FragCoord = OpVariable %_ptr_Private_v4float Private %17 %x_GLF_color = OpVariable %_ptr_Private_v4float Private %17 %buf1 = OpTypeStruct %v2float %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 %x_32 = OpVariable %_ptr_Uniform_buf1 Uniform %_ptr_Input_v4float = OpTypePointer Input %v4float %tint_symbol = OpVariable %_ptr_Input_v4float Input %_ptr_Output_v4float = OpTypePointer Output %v4float %tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %17 %void = OpTypeVoid %_ptr_Function_int = OpTypePointer Function %int %26 = OpTypeFunction %void %_ptr_Function_int %_ptr_Function_int %_ptr_Function_int %35 = OpConstantNull %int %int_1 = OpConstant %int 1 %bool = OpTypeBool %_ptr_Private_int = OpTypePointer Private %int %int_10 = OpConstant %int 10 %135 = OpTypeFunction %void %int_0 = OpConstant %int 0 %int_9 = OpConstant %int 9 %int_2 = OpConstant %int 2 %_ptr_Function_float = OpTypePointer Function %float %204 = OpConstantNull %float %uint_0 = OpConstant %uint 0 %_ptr_Uniform_float = OpTypePointer Uniform %float %int_n5 = OpConstant %int -5 %int_n4 = OpConstant %int -4 %int_n3 = OpConstant %int -3 %int_n2 = OpConstant %int -2 %int_n1 = OpConstant %int -1 %int_3 = OpConstant %int 3 %int_4 = OpConstant %int 4 %uint_1 = OpConstant %uint 1 %_ptr_Private_float = OpTypePointer Private %float %int_30 = OpConstant %int 30 %float_0_5 = OpConstant %float 0.5 %float_10 = OpConstant %float 10 %int_60 = OpConstant %int 60 %int_90 = OpConstant %int 90 %int_120 = OpConstant %int 120 %int_150 = OpConstant %int 150 %int_180 = OpConstant %int 180 %int_5 = OpConstant %int 5 %int_210 = OpConstant %int 210 %int_6 = OpConstant %int 6 %int_240 = OpConstant %int 240 %int_7 = OpConstant %int 7 %int_270 = OpConstant %int 270 %int_8 = OpConstant %int 8 %v3float = OpTypeVector %float 3 %float_1 = OpConstant %float 1 %main_out = OpTypeStruct %v4float %406 = OpTypeFunction %void %main_out %merge_i1_i1_i1_ = OpFunction %void None %26 %from = OpFunctionParameter %_ptr_Function_int %mid = OpFunctionParameter %_ptr_Function_int %to = OpFunctionParameter %_ptr_Function_int %33 = OpLabel %k = OpVariable %_ptr_Function_int Function %35 %i = OpVariable %_ptr_Function_int Function %35 %j = OpVariable %_ptr_Function_int Function %35 %i_1 = OpVariable %_ptr_Function_int Function %35 %40 = OpLoad %int %from OpStore %k %40 %42 = OpLoad %int %from OpStore %i %42 %44 = OpLoad %int %mid %46 = OpIAdd %int %44 %int_1 OpStore %j %46 OpBranch %47 %47 = OpLabel OpLoopMerge %48 %49 None OpBranch %50 %50 = OpLabel %51 = OpLoad %int %i %53 = OpLoad %int %mid %54 = OpLoad %int %j %56 = OpLoad %int %to %57 = OpSLessThanEqual %bool %51 %53 OpSelectionMerge %59 None OpBranchConditional %57 %60 %59 %60 = OpLabel %61 = OpSLessThanEqual %bool %54 %56 OpBranch %59 %59 = OpLabel %62 = OpPhi %bool %57 %50 %61 %60 OpSelectionMerge %63 None OpBranchConditional %62 %64 %65 %64 = OpLabel OpBranch %63 %65 = OpLabel OpBranch %48 %63 = OpLabel %66 = OpLoad %int %i %68 = OpAccessChain %_ptr_Private_int %data %66 %69 = OpLoad %int %68 %70 = OpLoad %int %j %71 = OpAccessChain %_ptr_Private_int %data %70 %72 = OpLoad %int %71 %73 = OpSLessThan %bool %69 %72 OpSelectionMerge %74 None OpBranchConditional %73 %75 %76 %75 = OpLabel %77 = OpLoad %int %k %78 = OpIAdd %int %77 %int_1 OpStore %k %78 %79 = OpLoad %int %i %80 = OpIAdd %int %79 %int_1 OpStore %i %80 %81 = OpAccessChain %_ptr_Private_int %data %79 %82 = OpLoad %int %81 %83 = OpAccessChain %_ptr_Private_int %temp %77 OpStore %83 %82 OpBranch %74 %76 = OpLabel %84 = OpLoad %int %k %85 = OpIAdd %int %84 %int_1 OpStore %k %85 %86 = OpLoad %int %j %87 = OpIAdd %int %86 %int_1 OpStore %j %87 %88 = OpAccessChain %_ptr_Private_int %data %86 %89 = OpLoad %int %88 %90 = OpAccessChain %_ptr_Private_int %temp %84 OpStore %90 %89 OpBranch %74 %74 = OpLabel OpBranch %49 %49 = OpLabel OpBranch %47 %48 = OpLabel OpBranch %91 %91 = OpLabel OpLoopMerge %92 %93 None OpBranch %94 %94 = OpLabel %95 = OpLoad %int %i %96 = OpLoad %int %i %98 = OpLoad %int %mid %100 = OpSLessThan %bool %95 %int_10 OpSelectionMerge %101 None OpBranchConditional %100 %102 %101 %102 = OpLabel %103 = OpSLessThanEqual %bool %96 %98 OpBranch %101 %101 = OpLabel %104 = OpPhi %bool %100 %94 %103 %102 OpSelectionMerge %105 None OpBranchConditional %104 %106 %107 %106 = OpLabel OpBranch %105 %107 = OpLabel OpBranch %92 %105 = OpLabel %108 = OpLoad %int %k %109 = OpIAdd %int %108 %int_1 OpStore %k %109 %110 = OpLoad %int %i %111 = OpIAdd %int %110 %int_1 OpStore %i %111 %112 = OpAccessChain %_ptr_Private_int %data %110 %113 = OpLoad %int %112 %114 = OpAccessChain %_ptr_Private_int %temp %108 OpStore %114 %113 OpBranch %93 %93 = OpLabel OpBranch %91 %92 = OpLabel %116 = OpLoad %int %from OpStore %i_1 %116 OpBranch %117 %117 = OpLabel OpLoopMerge %118 %119 None OpBranch %120 %120 = OpLabel %121 = OpLoad %int %i_1 %123 = OpLoad %int %to %124 = OpSLessThanEqual %bool %121 %123 OpSelectionMerge %125 None OpBranchConditional %124 %126 %127 %126 = OpLabel OpBranch %125 %127 = OpLabel OpBranch %118 %125 = OpLabel %128 = OpLoad %int %i_1 %129 = OpLoad %int %i_1 %130 = OpAccessChain %_ptr_Private_int %temp %129 %131 = OpLoad %int %130 %132 = OpAccessChain %_ptr_Private_int %data %128 OpStore %132 %131 OpBranch %119 %119 = OpLabel %133 = OpLoad %int %i_1 %134 = OpIAdd %int %133 %int_1 OpStore %i_1 %134 OpBranch %117 %118 = OpLabel OpReturn OpFunctionEnd %mergeSort_ = OpFunction %void None %135 %137 = OpLabel %low = OpVariable %_ptr_Function_int Function %35 %high = OpVariable %_ptr_Function_int Function %35 %m = OpVariable %_ptr_Function_int Function %35 %i_2 = OpVariable %_ptr_Function_int Function %35 %from_1 = OpVariable %_ptr_Function_int Function %35 %mid_1 = OpVariable %_ptr_Function_int Function %35 %to_1 = OpVariable %_ptr_Function_int Function %35 %param = OpVariable %_ptr_Function_int Function %35 %param_1 = OpVariable %_ptr_Function_int Function %35 %param_2 = OpVariable %_ptr_Function_int Function %35 OpStore %low %int_0 OpStore %high %int_9 OpStore %m %int_1 OpBranch %150 %150 = OpLabel OpLoopMerge %151 %152 None OpBranch %153 %153 = OpLabel %154 = OpLoad %int %m %155 = OpLoad %int %high %156 = OpSLessThanEqual %bool %154 %155 OpSelectionMerge %157 None OpBranchConditional %156 %158 %159 %158 = OpLabel OpBranch %157 %159 = OpLabel OpBranch %151 %157 = OpLabel %160 = OpLoad %int %low OpStore %i_2 %160 OpBranch %161 %161 = OpLabel OpLoopMerge %162 %163 None OpBranch %164 %164 = OpLabel %165 = OpLoad %int %i_2 %166 = OpLoad %int %high %167 = OpSLessThan %bool %165 %166 OpSelectionMerge %168 None OpBranchConditional %167 %169 %170 %169 = OpLabel OpBranch %168 %170 = OpLabel OpBranch %162 %168 = OpLabel %171 = OpLoad %int %i_2 OpStore %from_1 %171 %172 = OpLoad %int %i_2 %173 = OpLoad %int %m %174 = OpIAdd %int %172 %173 %175 = OpISub %int %174 %int_1 OpStore %mid_1 %175 %176 = OpLoad %int %i_2 %177 = OpLoad %int %m %178 = OpLoad %int %high %182 = OpIMul %int %int_2 %177 %183 = OpIAdd %int %176 %182 %184 = OpISub %int %183 %int_1 %179 = OpExtInst %int %180 SMin %184 %178 OpStore %to_1 %179 %185 = OpLoad %int %from_1 OpStore %param %185 %186 = OpLoad %int %mid_1 OpStore %param_1 %186 %187 = OpLoad %int %to_1 OpStore %param_2 %187 %188 = OpFunctionCall %void %merge_i1_i1_i1_ %param %param_1 %param_2 OpBranch %163 %163 = OpLabel %192 = OpLoad %int %m %193 = OpLoad %int %i_2 %194 = OpIMul %int %int_2 %192 %195 = OpIAdd %int %193 %194 OpStore %i_2 %195 OpBranch %161 %162 = OpLabel OpBranch %152 %152 = OpLabel %196 = OpLoad %int %m %197 = OpIMul %int %int_2 %196 OpStore %m %197 OpBranch %150 %151 = OpLabel OpReturn OpFunctionEnd %main_1 = OpFunction %void None %135 %199 = OpLabel %i_3 = OpVariable %_ptr_Function_int Function %35 %j_1 = OpVariable %_ptr_Function_int Function %35 %grey = OpVariable %_ptr_Function_float Function %204 %207 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_0 %208 = OpLoad %float %207 %209 = OpConvertFToS %int %208 OpStore %i_3 %209 OpBranch %210 %210 = OpLabel OpLoopMerge %211 %212 None OpBranch %213 %213 = OpLabel %214 = OpLoad %int %i_3 OpSelectionMerge %215 None OpSwitch %214 %216 9 %217 8 %218 7 %219 6 %220 5 %221 4 %222 3 %223 2 %224 1 %225 0 %226 %217 = OpLabel %227 = OpLoad %int %i_3 %228 = OpAccessChain %_ptr_Private_int %data %227 OpStore %228 %int_n5 OpBranch %215 %218 = OpLabel %230 = OpLoad %int %i_3 %231 = OpAccessChain %_ptr_Private_int %data %230 OpStore %231 %int_n4 OpBranch %215 %219 = OpLabel %233 = OpLoad %int %i_3 %234 = OpAccessChain %_ptr_Private_int %data %233 OpStore %234 %int_n3 OpBranch %215 %220 = OpLabel %236 = OpLoad %int %i_3 %237 = OpAccessChain %_ptr_Private_int %data %236 OpStore %237 %int_n2 OpBranch %215 %221 = OpLabel %239 = OpLoad %int %i_3 %240 = OpAccessChain %_ptr_Private_int %data %239 OpStore %240 %int_n1 OpBranch %215 %222 = OpLabel %242 = OpLoad %int %i_3 %243 = OpAccessChain %_ptr_Private_int %data %242 OpStore %243 %int_0 OpBranch %215 %223 = OpLabel %244 = OpLoad %int %i_3 %245 = OpAccessChain %_ptr_Private_int %data %244 OpStore %245 %int_1 OpBranch %215 %224 = OpLabel %246 = OpLoad %int %i_3 %247 = OpAccessChain %_ptr_Private_int %data %246 OpStore %247 %int_2 OpBranch %215 %225 = OpLabel %248 = OpLoad %int %i_3 %249 = OpAccessChain %_ptr_Private_int %data %248 OpStore %249 %int_3 OpBranch %215 %226 = OpLabel %251 = OpLoad %int %i_3 %252 = OpAccessChain %_ptr_Private_int %data %251 OpStore %252 %int_4 OpBranch %215 %216 = OpLabel OpBranch %215 %215 = OpLabel %254 = OpLoad %int %i_3 %255 = OpIAdd %int %254 %int_1 OpStore %i_3 %255 OpBranch %212 %212 = OpLabel %256 = OpLoad %int %i_3 %257 = OpSLessThan %bool %256 %int_10 OpSelectionMerge %258 None OpBranchConditional %257 %259 %260 %259 = OpLabel OpBranch %258 %260 = OpLabel OpBranch %211 %258 = OpLabel OpBranch %210 %211 = OpLabel OpStore %j_1 %int_0 OpBranch %261 %261 = OpLabel OpLoopMerge %262 %263 None OpBranch %264 %264 = OpLabel %265 = OpLoad %int %j_1 %266 = OpSLessThan %bool %265 %int_10 OpSelectionMerge %267 None OpBranchConditional %266 %268 %269 %268 = OpLabel OpBranch %267 %269 = OpLabel OpBranch %262 %267 = OpLabel %270 = OpLoad %int %j_1 %271 = OpLoad %int %j_1 %272 = OpAccessChain %_ptr_Private_int %data %271 %273 = OpLoad %int %272 %274 = OpAccessChain %_ptr_Private_int %temp %270 OpStore %274 %273 OpBranch %263 %263 = OpLabel %275 = OpLoad %int %j_1 %276 = OpIAdd %int %275 %int_1 OpStore %j_1 %276 OpBranch %261 %262 = OpLabel %277 = OpFunctionCall %void %mergeSort_ %280 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %281 = OpLoad %float %280 %282 = OpConvertFToS %int %281 %284 = OpSLessThan %bool %282 %int_30 OpSelectionMerge %285 None OpBranchConditional %284 %286 %287 %286 = OpLabel %288 = OpAccessChain %_ptr_Private_int %data %int_0 %289 = OpLoad %int %288 %291 = OpConvertSToF %float %289 %293 = OpFDiv %float %291 %float_10 %294 = OpFAdd %float %float_0_5 %293 OpStore %grey %294 OpBranch %285 %287 = OpLabel %295 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %296 = OpLoad %float %295 %297 = OpConvertFToS %int %296 %299 = OpSLessThan %bool %297 %int_60 OpSelectionMerge %300 None OpBranchConditional %299 %301 %302 %301 = OpLabel %303 = OpAccessChain %_ptr_Private_int %data %int_1 %304 = OpLoad %int %303 %305 = OpConvertSToF %float %304 %306 = OpFDiv %float %305 %float_10 %307 = OpFAdd %float %float_0_5 %306 OpStore %grey %307 OpBranch %300 %302 = OpLabel %308 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %309 = OpLoad %float %308 %310 = OpConvertFToS %int %309 %312 = OpSLessThan %bool %310 %int_90 OpSelectionMerge %313 None OpBranchConditional %312 %314 %315 %314 = OpLabel %316 = OpAccessChain %_ptr_Private_int %data %int_2 %317 = OpLoad %int %316 %318 = OpConvertSToF %float %317 %319 = OpFDiv %float %318 %float_10 %320 = OpFAdd %float %float_0_5 %319 OpStore %grey %320 OpBranch %313 %315 = OpLabel %321 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %322 = OpLoad %float %321 %323 = OpConvertFToS %int %322 %325 = OpSLessThan %bool %323 %int_120 OpSelectionMerge %326 None OpBranchConditional %325 %327 %328 %327 = OpLabel %329 = OpAccessChain %_ptr_Private_int %data %int_3 %330 = OpLoad %int %329 %331 = OpConvertSToF %float %330 %332 = OpFDiv %float %331 %float_10 %333 = OpFAdd %float %float_0_5 %332 OpStore %grey %333 OpBranch %326 %328 = OpLabel %334 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %335 = OpLoad %float %334 %336 = OpConvertFToS %int %335 %338 = OpSLessThan %bool %336 %int_150 OpSelectionMerge %339 None OpBranchConditional %338 %340 %341 %340 = OpLabel OpKill %341 = OpLabel %342 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %343 = OpLoad %float %342 %344 = OpConvertFToS %int %343 %346 = OpSLessThan %bool %344 %int_180 OpSelectionMerge %347 None OpBranchConditional %346 %348 %349 %348 = OpLabel %351 = OpAccessChain %_ptr_Private_int %data %int_5 %352 = OpLoad %int %351 %353 = OpConvertSToF %float %352 %354 = OpFDiv %float %353 %float_10 %355 = OpFAdd %float %float_0_5 %354 OpStore %grey %355 OpBranch %347 %349 = OpLabel %356 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %357 = OpLoad %float %356 %358 = OpConvertFToS %int %357 %360 = OpSLessThan %bool %358 %int_210 OpSelectionMerge %361 None OpBranchConditional %360 %362 %363 %362 = OpLabel %365 = OpAccessChain %_ptr_Private_int %data %int_6 %366 = OpLoad %int %365 %367 = OpConvertSToF %float %366 %368 = OpFDiv %float %367 %float_10 %369 = OpFAdd %float %float_0_5 %368 OpStore %grey %369 OpBranch %361 %363 = OpLabel %370 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %371 = OpLoad %float %370 %372 = OpConvertFToS %int %371 %374 = OpSLessThan %bool %372 %int_240 OpSelectionMerge %375 None OpBranchConditional %374 %376 %377 %376 = OpLabel %379 = OpAccessChain %_ptr_Private_int %data %int_7 %380 = OpLoad %int %379 %381 = OpConvertSToF %float %380 %382 = OpFDiv %float %381 %float_10 %383 = OpFAdd %float %float_0_5 %382 OpStore %grey %383 OpBranch %375 %377 = OpLabel %384 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 %385 = OpLoad %float %384 %386 = OpConvertFToS %int %385 %388 = OpSLessThan %bool %386 %int_270 OpSelectionMerge %389 None OpBranchConditional %388 %390 %391 %390 = OpLabel %393 = OpAccessChain %_ptr_Private_int %data %int_8 %394 = OpLoad %int %393 %395 = OpConvertSToF %float %394 %396 = OpFDiv %float %395 %float_10 %397 = OpFAdd %float %float_0_5 %396 OpStore %grey %397 OpBranch %389 %391 = OpLabel OpKill %389 = OpLabel OpBranch %375 %375 = OpLabel OpBranch %361 %361 = OpLabel OpBranch %347 %347 = OpLabel OpBranch %339 %339 = OpLabel OpBranch %326 %326 = OpLabel OpBranch %313 %313 = OpLabel OpBranch %300 %300 = OpLabel OpBranch %285 %285 = OpLabel %398 = OpLoad %float %grey %400 = OpCompositeConstruct %v3float %398 %398 %398 %401 = OpCompositeExtract %float %400 0 %402 = OpCompositeExtract %float %400 1 %403 = OpCompositeExtract %float %400 2 %405 = OpCompositeConstruct %v4float %401 %402 %403 %float_1 OpStore %x_GLF_color %405 OpReturn OpFunctionEnd %tint_symbol_3 = OpFunction %void None %406 %tint_symbol_1 = OpFunctionParameter %main_out %410 = OpLabel %411 = OpCompositeExtract %v4float %tint_symbol_1 0 OpStore %tint_symbol_2 %411 OpReturn OpFunctionEnd %main = OpFunction %void None %135 %413 = OpLabel %414 = OpLoad %v4float %tint_symbol OpStore %gl_FragCoord %414 %415 = OpFunctionCall %void %main_1 %417 = OpLoad %v4float %x_GLF_color %418 = OpCompositeConstruct %main_out %417 %416 = OpFunctionCall %void %tint_symbol_3 %418 OpReturn OpFunctionEnd 1:1: The continue construct with the continue target 212[%212] is not post dominated by the back-edge block 258[%258] %258 = OpLabel