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

Benjamin Kramer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #6 from Benjamin Kramer <[email protected]> ---
While "65504" is technically correct, it doesn't reflect the signedness of the
operand. Fixed in r192483.

$ llvm-mc -triple mips64-linux-gnu -disassemble <<< '0x67 0xbd 0xff 0xe0'
    .text
    daddiu    $sp, $sp, -32

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to