[llvm-bugs] [Bug 28400] [PM] Analysis invalidation when deleting IRUnitT's (in particular functions)

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 24 05:14:55 PST 2017


https://llvm.org/bugs/show_bug.cgi?id=28400

Chandler Carruth <chandlerc at gmail.com> changed:

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

--- Comment #5 from Chandler Carruth <chandlerc at gmail.com> ---
Looks like we have a winner. PoisoningVH was added in r292925 and used in
r292928. In the few places where it makes sense to retain this level of debug
assertions, this makes the code compatible with caching of analysis results. I
think this issue is now closed as all the workarounds are gone and my testing
so far looks very solid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170124/8572f10b/attachment.html>


More information about the llvm-bugs mailing list