[LLVMbugs] [Bug 4404] Incorrect X86 code for trivial LL assembly
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Jun 16 22:42:07 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4404
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner <clattner at apple.com> 2009-06-17 00:42:07 ---
That is a load. $ indicates a constant. With -print-machineinstrs you can see
this is a load:
%EAX<def> = MOV32rm %reg0, 1, %reg0, 11259885, %reg0, Mem:LD(4,4)
[0x190200c + 0]
Alternatively, with intel syntax:
mov EAX, DWORD PTR [11259885]
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list