blob: b0c081c12393e499943d2133739287b072e22109 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 35
; 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
%33 = 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
OpBranch %15
%16 = OpLabel
%30 = OpLoad %int %return_value None
OpReturnValue %30
OpFunctionEnd
%unused_entry_point = OpFunction %void None %33
%34 = OpLabel
OpReturn
OpFunctionEnd