[LLVMbugs] [Bug 9330] New: [MC]

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Feb 25 18:48:46 PST 2011


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

           Summary: [MC]
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: joerg at NetBSD.org
                CC: llvmbugs at cs.uiuc.edu


Correct behavior with llvm-mc -filetype=obj -triple i386-unknown-unknown:

        orl $-1, 1

Encoding:

   0:    83 0d 01 00 00 00 ff     orl    $0xffffffff,0x1

Wrong behavior:

        orl $-1, foo

Encoding:

   0:    81 0c 25 00 00 00 00     orl    $0xffffffff,0x0
   7:    ff ff ff ff

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