[LLVMbugs] [Bug 7352] x86/llvm-mc missing instructions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 7 22:02:04 PDT 2010


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

Chris Lattner <clattner at apple.com> changed:

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

--- Comment #11 from Chris Lattner <clattner at apple.com> 2010-09-08 00:02:03 CDT ---
Here's an update: the first ambiguous instruction now gets a good diagnostic:


t.s:1:1: error: ambiguous instructions require an explicit suffix (could be
'addb', 'addw', 'addl', or 'addq')
add $1, 1(%esp)
^

The 1+(%eax) example won't be supported.

The third one is movsx/movzx, which is tracked by PR 7459, so I'm closing this
as done.

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