blob: 5c8940f597dde96fc0193bb284158998fbd2cfbd [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 26
; 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 %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
%int_4 = OpConstant %int 4
%bool = OpTypeBool
%int_1 = OpConstant %int 1
%void = OpTypeVoid
%24 = OpTypeFunction %void
%f = OpFunction %int None %3
%4 = OpLabel
%i = OpVariable %_ptr_Function_int Function %7
OpBranch %10
%10 = OpLabel
OpLoopMerge %11 %9 None
OpBranch %8
%8 = OpLabel
%12 = OpLoad %int %i None
%13 = OpSLessThan %bool %12 %int_4
OpSelectionMerge %16 None
OpBranchConditional %13 %16 %17
%17 = OpLabel
OpBranch %11
%16 = OpLabel
%18 = OpLoad %int %i None
%19 = OpIAdd %int %18 %int_1
OpStore %i %19 None
OpBranch %9
%9 = OpLabel
OpBranch %10
%11 = OpLabel
%21 = OpLoad %int %i None
OpReturnValue %21
OpFunctionEnd
%unused_entry_point = OpFunction %void None %24
%25 = OpLabel
OpReturn
OpFunctionEnd