rust-gpu/tests/ui/dis/ptr_read.stderr
Ashley Hauck 3f22a897f3
Handle OpCopyMemory in mem2reg (#772)
* Handle OpCopyMemory in mem2reg

* Update tests
2021-10-25 11:01:53 +03:00

12 lines
205 B
Plaintext

%1 = OpFunction %2 None %3
%4 = OpFunctionParameter %5
%6 = OpFunctionParameter %5
%7 = OpLabel
OpLine %8 699 8
%9 = OpLoad %10 %4
OpLine %11 7 13
OpStore %6 %9
OpLine %11 8 1
OpReturn
OpFunctionEnd