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

           Summary: Assertion failed: (castIsValid(getOpcode(), S, Ty) &&
                    "Illegal BitCast")
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
            Blocks: 3696


Created an attachment (id=3536)
 --> (http://llvm.org/bugs/attachment.cgi?id=3536)
bugpoint-reduced-simplified.bc

Assertion when building kern_sig.c from the FreeBSD kernel.
LLVM r82419.

# opt bugpoint-reduced-simplified.bc -gvn
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.

Assertion failed: (castIsValid(getOpcode(), S, Ty) && "Illegal BitCast"),
function BitCastInst, file Instructions.cpp, line 2605.
Stack dump:
0.      Running pass 'Function Pass Manager' on module
'bugpoint-reduced-simplified.bc'.
1.      Running pass 'Global Value Numbering' on function '@kern_sigtimedwait'
Abort (core dumped)


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