[LLVMbugs] [Bug 9180] New: SystemZ another assembly syntax problem

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 9 13:57:01 PST 2011


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

           Summary: SystemZ another assembly syntax problem
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: SystemZ
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: bagel99 at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=6136)
 --> (http://llvm.org/bugs/attachment.cgi?id=6136)
minimal test case

The MVI instruction doesn't accept negative numbers in GNU binutils.

Test case generates:

stib:
    mvi    0(%r2), -1    <-- BAD
    br    %r14

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