[LLVMbugs] [Bug 11246] New: Assertion failed: "Cannot split critical edge from IndirectBrInst" with constant expression in PHI
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Oct 27 13:37:01 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=11246
Summary: Assertion failed: "Cannot split critical edge from
IndirectBrInst" with constant expression in PHI
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sharparrow1 at yahoo.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=7538)
--> (http://llvm.org/bugs/attachment.cgi?id=7538)
Testcase
Testcase attached; llc crashes with:
Assertion failed: (!isa<IndirectBrInst>(TI) && "Cannot split critical edge from
IndirectBrInst"), function SplitCriticalEdge, file
/Volumes/storage/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp, line 175.
Not sure anyone is actually likely to hit this in practice, but it seems
possible.
--
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