[LLVMbugs] [Bug 2589] New: The ARM code generator fails for a small code snippet

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jul 23 14:06:05 PDT 2008


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

           Summary: The ARM code generator fails for a small code snippet
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Backend: ARM
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rich at pennware.com
                CC: llvmbugs at cs.uiuc.edu


If I use

llvm-as -f t0026.ll
llc -f -march arm t0026.bc

on this snippet, I get an assert. All other targets seem to work.

; ModuleID = 't0026.bc'

define void @main({ i32 }*) {
entry:
        %sret1 = alloca { i32 }         ; <{ i32 }*> [#uses=2]
        load { i32 }* %sret1            ; <{ i32 }>:1 [#uses=1]
        ret void
}


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