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

           Summary: Jump threading crash with multiple return values
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


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

Running opt -jump-threading on the attached testcase results in:

opt: lib/VMCore/Value.cpp:44: llvm::Value::Value(const llvm::Type*, unsigned
int): Assertion `(Ty->isFirstClassType() || Ty == Type::VoidTy ||
isa<OpaqueType>(ty)) && "Cannot create non-first-class values except for
constants!"' failed.


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