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

           Summary: aggregate store :  (Accum->isInteger() && "Unknown FP
                    type!")
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Scalar Optimizations
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


-- small.bc --
; ModuleID = 'small.bc'
        %union.S1387 = type [8 x i8]

define void @check1387va(i32 %z, ...) nounwind  {
entry:
        %arg2 = alloca [2 x i32], align 4               ; <[2 x i32]*>
[#uses=2]
        %arg2.sub = getelementptr [2 x i32]* %arg2, i32 0, i32 0               
; <i32*> [#uses=0]
        %tmpcast = bitcast [2 x i32]* %arg2 to %union.S1387*            ;
<%union.S1387*> [#uses=1]
        store %union.S1387 zeroinitializer, %union.S1387* %tmpcast, align 4
        ret void
}
---

$ opt -disable-output -scalarrepl small.bc
triggers 
Assertion failed: (Accum->isInteger() && "Unknown FP type!"), function
MergeInType, file ScalarReplAggregates.cpp, line 918.


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