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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


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

Reply via email to