blob: ede4c3b18e7c1f30342dcc4442bfac3eeb7a079d [file] [log] [blame] [edit]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 19
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %d "d"
OpName %j "j"
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
%d = OpFunction %void None %3
%4 = OpLabel
%j = 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
OpBranch %11
%12 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %3
%18 = OpLabel
OpReturn
OpFunctionEnd