blob: 7c83393a3ee12a220ed48b80a34a30286a8b7734 [file] [log] [blame]
<dawn>/test/tint/bug/tint/2202.wgsl:7:9 warning: code is unreachable
let _e9 = (vec3<i32>().y >= vec3<i32>().y);
^^^^^^^
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 13
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %main "main"
%void = OpTypeVoid
%3 = OpTypeFunction %void
%main = OpFunction %void None %3
%4 = OpLabel
OpBranch %7
%7 = OpLabel
OpLoopMerge %8 %6 None
OpBranch %5
%5 = OpLabel
OpBranch %11
%11 = OpLabel
OpLoopMerge %12 %10 None
OpBranch %9
%9 = OpLabel
OpBranch %12
%10 = OpLabel
OpBranch %11
%12 = OpLabel
OpBranch %8
%6 = OpLabel
OpBranch %7
%8 = OpLabel
OpReturn
OpFunctionEnd