blob: 985bf9fac7b37629c6d68be6c92b39ef032cc7a4 [file]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 13
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f0 "f0"
OpExecutionMode %f0 LocalSize 1 1 1
OpName %f0 "f0"
OpName %a "a"
OpName %b "b"
OpName %c "c"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%a = OpConstant %int 2147483647
%b = OpConstant %int 1
%uint = OpTypeInt 32 0
%f0 = OpFunction %void None %3
%4 = OpLabel
%9 = OpBitcast %uint %a
%10 = OpBitcast %uint %b
%11 = OpIAdd %uint %9 %10
%c = OpBitcast %int %11
OpReturn
OpFunctionEnd