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

Nikita Popov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |[email protected]

--- Comment #32 from Nikita Popov <[email protected]> ---
This issue is fixed in LLVM 12 by the introduction of the mustprogress
attribute and loop metadata, inference of willreturn and finally limitation of
call DCE to willreturn functions.

There might still be some incorrect assumptions left over here and there, but
the core issue is fixed now, and we should track remaining issues separately.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to