blob: 501208d405810486ebc719bff04fa90e4d235133 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 21
; 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
%int_1 = OpConstant %int 1
%bool = OpTypeBool
%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
%13 = OpLoad %int %i None
%14 = OpSLessThan %bool %13 %int_1
OpSelectionMerge %17 None
OpBranchConditional %14 %17 %18
%18 = OpLabel
OpBranch %12
%17 = OpLabel
OpBranch %10
%10 = OpLabel
OpBranch %11
%12 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%20 = OpLabel
OpReturn
OpFunctionEnd