blob: 4fc54671a2a0a3286bbe72d9d339e3e16eafa192 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 41
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %f "f"
OpName %return_value "return_value"
OpName %continue_execution "continue_execution"
OpName %i "i"
OpName %unused_entry_point "unused_entry_point"
%int = OpTypeInt 32 1
%3 = OpTypeFunction %int
%_ptr_Function_int = OpTypePointer Function %int
%7 = OpConstantNull %int
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%true = OpConstantTrue %bool
%int_4 = OpConstant %int 4
%false = OpConstantFalse %bool
%int_1 = OpConstant %int 1
%void = OpTypeVoid
%39 = OpTypeFunction %void
%f = OpFunction %int None %3
%4 = OpLabel
%return_value = OpVariable %_ptr_Function_int Function %7
%continue_execution = OpVariable %_ptr_Function_bool Function
%i = OpVariable %_ptr_Function_int Function %7
OpStore %continue_execution %true
OpBranch %15
%15 = OpLabel
OpLoopMerge %16 %14 None
OpBranch %13
%13 = OpLabel
%17 = OpLoad %int %i None
%18 = OpSGreaterThan %bool %17 %int_4
OpSelectionMerge %20 None
OpBranchConditional %18 %21 %20
%21 = OpLabel
%22 = OpLoad %int %i None
OpStore %continue_execution %false None
OpStore %return_value %22 None
OpBranch %20
%20 = OpLabel
%24 = OpLoad %bool %continue_execution None
OpSelectionMerge %25 None
OpBranchConditional %24 %26 %25
%26 = OpLabel
OpBranch %14
%25 = OpLabel
OpBranch %16
%14 = OpLabel
%27 = OpLoad %int %i None
%28 = OpIAdd %int %27 %int_1
OpStore %i %28 None
%30 = OpLoad %int %i None
%31 = OpIEqual %bool %30 %int_4
OpBranchConditional %31 %16 %15
%16 = OpLabel
%32 = OpLoad %bool %continue_execution None
OpSelectionMerge %33 None
OpBranchConditional %32 %34 %33
%34 = OpLabel
%35 = OpLoad %int %i None
OpStore %return_value %35 None
OpBranch %33
%33 = OpLabel
%36 = OpLoad %int %return_value None
OpReturnValue %36
OpFunctionEnd
%unused_entry_point = OpFunction %void None %39
%40 = OpLabel
OpReturn
OpFunctionEnd