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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to