rust-gpu/tests/ui/dis/pass-mode-cast-struct.spirt.stderr
2023-04-05 14:27:08 +03:00

22 lines
443 B
Plaintext

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