[LLVMbugs] [Bug 6111] New: ARM backend miscompiles indirect call

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Jan 22 00:15:25 PST 2010


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

           Summary: ARM backend miscompiles indirect call
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: ARM
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: vargaz at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4089)
 --> (http://llvm.org/bugs/attachment.cgi?id=4089)
testcase

To reproduce:

llvm-as bug.ll && llc -march=arm bug.bc && cat bug.s

The indirect call in the testcase is compiled as:

mov     lr, pc
bx      lr

which skips the call.


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