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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to