mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-26 08:45:43 +00:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
%1 = OpFunction %2 None %3
|
|
%4 = OpLabel
|
|
OpLine %5 11 12
|
|
%6 = OpLoad %7 %8
|
|
OpLine %5 12 4
|
|
%9 = OpCompositeExtract %10 %6 0
|
|
%11 = OpFAdd %10 %9 %12
|
|
%13 = OpCompositeInsert %7 %11 %6 0
|
|
OpLine %5 13 4
|
|
OpStore %14 %13
|
|
OpLine %5 14 1
|
|
OpReturn
|
|
OpFunctionEnd
|