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

           Summary: codegen assertion on i960 value
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=2480)
 --> (http://llvm.org/bugs/attachment.cgi?id=2480)
testcase 

Benchmarks/McCat/08-main is now failing because SROA makes an i960 and codegen
can't handle it:

SelectionDAG.cpp:863: failed assertion `(EltVT.getSizeInBits() >= 64 ||
(uint64_t)((int64_t)Val >> EltVT.getSizeInBits()) + 1 < 2) && "getConstant with
a uint64_t value that doesn't fit in the type!"'

This is dying in SelectionDAG::getConstant


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