blob: f5c7171e47e0c6461ce62b929370089a5e019f62 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 22
; 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"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%8 = OpConstantNull %int
%bool = OpTypeBool
%false = OpConstantFalse %bool
%int_1 = OpConstant %int 1
%f = OpFunction %void None %3
%4 = OpLabel
%i = OpVariable %_ptr_Function_int Function %8
OpBranch %11
%11 = OpLabel
OpLoopMerge %12 %10 None
OpBranch %9
%9 = OpLabel
OpSelectionMerge %13 None
OpBranchConditional %false %13 %14
%14 = OpLabel
OpBranch %12
%13 = OpLabel
OpBranch %10
%10 = OpLabel
%17 = OpLoad %int %i None
%18 = OpIAdd %int %17 %int_1
OpStore %i %18 None
OpBranch %11
%12 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%21 = OpLabel
OpReturn
OpFunctionEnd