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

           Summary: opt -analyze -indvars -scalar-evolution crashes
           Product: new-bugs
           Version: trunk
          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=6014)
 --> (http://llvm.org/bugs/attachment.cgi?id=6014)
testcase

The attached testcase crashes during SCEV printing because SCEV dereferences
the LoopInfo* which has already been freed, even though it was declared as
addRequiredTransitive.

-- 
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