blob: f6add1f71b1d3035c5fbc24895aea077d9aec8c8 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 31
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
OpName %j "j"
OpName %i "i"
%void = OpTypeVoid
%1 = OpTypeFunction %void
%int = OpTypeInt 32 1
%6 = OpConstantNull %int
%_ptr_Function_int = OpTypePointer Function %int
%int_2 = OpConstant %int 2
%bool = OpTypeBool
%main = OpFunction %void None %1
%4 = OpLabel
%j = OpVariable %_ptr_Function_int Function %6
%i = OpVariable %_ptr_Function_int Function %6
OpStore %j %6
OpStore %i %6
OpBranch %10
%10 = OpLabel
OpLoopMerge %11 %12 None
OpBranch %13
%13 = OpLabel
%15 = OpLoad %int %i
%17 = OpSLessThan %bool %15 %int_2
%14 = OpLogicalNot %bool %17
OpSelectionMerge %19 None
OpBranchConditional %14 %20 %19
%20 = OpLabel
OpBranch %11
%19 = OpLabel
%22 = OpLoad %int %i
OpSelectionMerge %21 None
OpSwitch %22 %23 0 %24
%24 = OpLabel
%26 = OpLoad %int %j
OpSelectionMerge %25 None
OpSwitch %26 %27 0 %28
%28 = OpLabel
OpBranch %12
%27 = OpLabel
OpBranch %25
%25 = OpLabel
OpBranch %21
%23 = OpLabel
OpBranch %21
%21 = OpLabel
OpBranch %12
%12 = OpLabel
%29 = OpLoad %int %i
%30 = OpIAdd %int %29 %int_2
OpStore %i %30
OpBranch %10
%11 = OpLabel
OpReturn
OpFunctionEnd