[llvm-bugs] [Bug 25822] Bug in alias analysis (GlobalsAA)

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 7 05:34:34 PST 2016


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

James Molloy <james.molloy at arm.com> changed:

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

--- Comment #5 from James Molloy <james.molloy at arm.com> ---
r257058 contains a partial revert of r248576. The conformance fix part of
r248576 has been kept, but the nocapture awareness has been removed.

The concepts of capturing and escaping had been conflated, and the code was
just not correct. There is a way of doing this optimization without breaking
correctness, but I/someone needs to think harder about it first.

This should now be fixec.

-- 
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/20160107/b4dd3579/attachment.html>


More information about the llvm-bugs mailing list