mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-12-02 03:34:45 +00:00
943f09fef7
* Emit OpLine instructions
10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
%1 = OpFunction %2 None %3
|
|
%4 = OpFunctionParameter %2
|
|
%5 = OpFunctionParameter %2
|
|
%6 = OpLabel
|
|
OpLine %7 9 8
|
|
%8 = OpIAdd %2 %4 %5
|
|
OpLine %7 17 1
|
|
OpReturnValue %8
|
|
OpFunctionEnd
|