rust-gpu/tests/ui/dis/pass-mode-cast-struct.stderr
2021-10-20 22:13:03 +03:00

23 lines
465 B
Plaintext

%1 = OpFunction %2 None %3
%4 = OpLabel
OpLine %5 27 12
%6 = OpLoad %7 %8
OpLine %5 28 14
%9 = OpFunctionCall %10 %11 %6
OpLine %5 29 15
%12 = OpCompositeExtract %13 %9 0
OpLine %5 29 24
%14 = OpCompositeExtract %15 %9 1
OpLine %5 29 32
%16 = OpCompositeExtract %15 %9 2
OpLine %5 29 23
%17 = OpIAdd %15 %14 %16
OpLine %5 29 23
%18 = OpUConvert %13 %17
OpLine %5 29 4
%19 = OpIAdd %13 %12 %18
OpStore %20 %19
OpLine %5 30 1
OpReturn
OpFunctionEnd