[llvm-bugs] [Bug 25960] program outputs is not right.
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 29 12:26:13 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25960
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |INVALID
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This is wrong:
mov %0, %%rax
%0 is a 32-bit memory operand, and you're doing a 64-bit load from it. The
upper 32 bits of your dividend are garbage.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151229/5f5548a1/attachment.html>
More information about the llvm-bugs
mailing list