blob: b41cb299144123dcdd6999269766bfe645437b9e [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 %a "a"
OpName %b "b"
OpName %foo "foo"
OpName %i "i"
OpName %unused_entry_point "unused_entry_point"
%int = OpTypeInt 32 1
%_ptr_Workgroup_int = OpTypePointer Workgroup %int
%a = OpVariable %_ptr_Workgroup_int Workgroup
%b = OpVariable %_ptr_Workgroup_int Workgroup
%void = OpTypeVoid
%7 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%int_0 = OpConstant %int 0
%uint = OpTypeInt 32 0
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%bool = OpTypeBool
%foo = OpFunction %void None %7
%8 = OpLabel
%i = OpVariable %_ptr_Function_int Function
OpBranch %9
%9 = OpLabel
OpStore %i %int_0
OpBranch %12
%12 = OpLabel
OpLoopMerge %13 %11 None
OpBranch %10
%10 = OpLabel
%17 = OpLoad %int %i None
OpControlBarrier %uint_2 %uint_2 %uint_264
%22 = OpLoad %int %a None
OpControlBarrier %uint_2 %uint_2 %uint_264
%24 = OpSLessThan %bool %17 %22
OpSelectionMerge %26 None
OpBranchConditional %24 %26 %27
%27 = OpLabel
OpBranch %13
%26 = OpLabel
OpBranch %11
%11 = OpLabel
OpControlBarrier %uint_2 %uint_2 %uint_264
%29 = OpLoad %int %b None
OpControlBarrier %uint_2 %uint_2 %uint_264
%31 = OpLoad %int %i None
%32 = OpIAdd %int %31 %29
OpStore %i %32 None
OpBranch %12
%13 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %7
%34 = OpLabel
OpReturn
OpFunctionEnd