[LLVMbugs] [Bug 10732] New: Codegen loop pass tries to split critical edge to a landing pad block
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 24 07:38:40 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10732
Summary: Codegen loop pass tries to split critical edge to a
landing pad block
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=7118)
--> (http://llvm.org/bugs/attachment.cgi?id=7118)
testcase .ll
The attached testcase verifies OK, but the code generator barfs on it:
$ opt -verify loops.ll -disable-output
$ llc loops.ll
llc: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp:182: llvm::BasicBlock*
llvm::SplitCriticalEdge(llvm::TerminatorInst*, unsigned int, llvm::Pass*,
bool): Assertion `!DestBB->isLandingPad() && "Cannot split critical edge to a
landing pad block!"' 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