[LLVMbugs] [Bug 13556] New: ARM AsmPrinter doesn't support %H modifier in inline ASM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 8 15:57:58 PDT 2012


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

             Bug #: 13556
           Summary: ARM AsmPrinter doesn't support %H modifier in inline
                    ASM
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: weimingz at codeaurora.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9015
  --> http://llvm.org/bugs/attachment.cgi?id=9015
Patch and test case

In ARM inline AMM, %H represents the highest-numbered register of a pair. 
Routines like atomic read of 64-bit value needs this modifier.
Currently, ARMAsmPrinter doesn't support this modifier.

A patch and a test case are attached.

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