[LLVMbugs] [Bug 10733] New: Codegen loop strength reduction crash trying to split landing pad critical edge

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 24 07:58:19 PDT 2011


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

           Summary: Codegen loop strength reduction crash trying to split
                    landing pad critical edge
           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=7119)
 --> (http://llvm.org/bugs/attachment.cgi?id=7119)
testcase .ll

$ llc lsr.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