[LLVMbugs] [Bug 7183] New: llc "Type is not extended!" assertion failure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 20 17:32:25 PDT 2010


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

           Summary: llc "Type is not extended!" assertion failure
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: ondra.hosek at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4914)
 --> (http://llvm.org/bugs/attachment.cgi?id=4914)
bugpoint terminal output

Bleeding-edge (SVN rev 104301) llc fails to compile the simplest bitcode file,
emitting an assertion failure:

llc: ValueTypes.cpp:144: const llvm::Type*
llvm::EVT::getTypeForEVT(llvm::LLVMContext&) const: Assertion `isExtended() &&
"Type is not extended!"' failed.

This is a release-with-assertions build hosted on and targeting x86_64 on a
Linux 2.6.34 kernel, built with GCC 4.5.0.

"bugpoint --run-llc min.bc" terminal output attached as
"bugpoint-type-not-extended.txt"; simplified bitcode file as
"bugpoint-type-not-extended.bc".

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