[LLVMbugs] [Bug 7459] [MC] llvm-mc movsx/movzx not recognized

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 1 10:56:30 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7459

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Chris Lattner <clattner at apple.com> 2010-11-01 12:56:30 CDT ---
We correctly reject that. GAS has a bug when processing instructions like
"movsx (mem), %rax".  The instruction doesn't specify a size (it could
reasonably be 8 bits, 16 bits, or 32-bits) so gas just picks a random one.  It
is better for llvm to reject it and force projects to make their assumptions
explicit.

-- 
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