blob: a9e56c14f88433bac883b6b1a473127f518cfa39 [file] [log] [blame]
; 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"
OpName %f1 "f1"
OpName %b "a"
OpName %b_0 "b"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%int = OpTypeInt 32 1
%a = OpConstant %int 2147483647
%b = OpConstant %int 1
%int_n2147483648 = OpConstant %int -2147483648
%f0 = OpFunction %void None %3
%4 = OpLabel
%c = OpIAdd %int %a %b
OpReturn
OpFunctionEnd
%f1 = OpFunction %void None %3
%10 = OpLabel
%b_0 = OpISub %int %int_n2147483648 %b
OpReturn
OpFunctionEnd