[LLVMbugs] [Bug 4258] -indvars: use after free and crash

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun May 24 07:24:12 PDT 2009


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


Török Edwin <edwintorok at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Török Edwin <edwintorok at gmail.com>  2009-05-24 09:24:09 ---
Bug was that the SCEV Rewriter was still holding references to a Value* that
was deleted by RecursivelyDeleteTriviallyDeadInstructions.

Fixed in SVN r72364.


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