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

           Summary: ARM allocates invalid registers for VFPv3-D16
                    (possibly allocating D16, D17 etc.)
           Product: tools
           Version: trunk
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: llc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The ARM backend may end up allocating registers D16 to D31 when "-mattr=+vfp3"
is specified. However, this will not work for hardware that only supports 16
registers.

Attached is a possible fix, adding a new flag to support -"mattr=+vfp3,+d16".

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