[LLVMbugs] [Bug 826] NEW: Unexpected Assertion Failure In llc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jul 11 12:59:17 PDT 2006


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

           Summary: Unexpected Assertion Failure In llc
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


The following test case produces this assertion failure:

llc: /proj/llvm/build/../llvm/include/llvm/Target/TargetLowering.h:257:
llvm::MVT::ValueType llvm::TargetLowering::getValueType(const llvm::Type*)
const: Assertion `0 && "Unknown type!"' failed.

; ModuleID = 'bugpoint-reduced-simplified.bc'
target endian = little
target pointersize = 32
target triple = "i686-pc-linux-gnu"
        %struct_4 = type { int, long, sbyte* }

implementation   ; Functions:

void %func_37(int, ...) {
entry:
        store %struct_4 zeroinitializer, %struct_4* null
        unreachable
}



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list