[LLVMbugs] [Bug 5208] New: inliner crash with " CallGraphSCCPass did not update the CallGraph correctly!"

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Oct 16 03:46:58 PDT 2009


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

           Summary: inliner crash with "CallGraphSCCPass did not update the
                    CallGraph correctly!"
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


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

I think this has something to do with the testcase using the "unwind"
instruction.

$ opt -disable-output -inline testcase.bc 
opt: /home/duncan/LLVM/llvm.top/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp:253:
void<unnamed>::CGPassManager::RefreshCallGraph(std::vector<llvm::CallGraphNode*,
std::allocator<llvm::CallGraphNode*> >&, llvm::CallGraph&, bool): Assertion
`!CheckingMode && "CallGraphSCCPass did not update the CallGraph correctly!"'
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.



More information about the llvm-bugs mailing list