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

           Summary: IPSCCP crashes on extractvalue
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


This is a recent regression; it is the cause of the dragonegg 64 bit buildbot
failure.

Testcase:

define void @foo() { 
entry:
  %e = extractvalue { i64, i64 } undef, 1
  ret void
}


To reproduce:

$ opt -ipsccp -disable-output XCoreISelLowering.ll 
opt: llvm/lib/Transforms/Scalar/SCCP.cpp:379: {anonymous}::LatticeVal&
{anonymous}::SCCPSolver::getValueState(llvm::Value*): Assertion
`!V->getType()->isStructTy() && "Should use getStructValueState"' 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