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

James Molloy <james.mol...@arm.com> changed:

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

--- Comment #5 from James Molloy <james.mol...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to