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

           Summary: VFP instructions miscompiled
           Product: libraries
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4724)
 --> (http://llvm.org/bugs/attachment.cgi?id=4724)
Fix the ARM tablegen files to output certain instructions in an alternate
syntax

The assembler currently shipping on OSX with xcode fails to compile some VFP
instructions when using a particular syntax, this patch works around those bugs
by outputting the same instructions in a syntax that the assembler can handle
correctly. I assume (although haven't verified) that gcc must not be using the
syntax llvm currently uses or it would also be producing invalid code when
compiling for armv6 with vfp enabled.

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