From: Atmn Patel Date: Sun, 1 Nov 2020 11:42:29 +0000 (-0500) Subject: [Coroutines][Docs] Remove frame packing as a TODO X-Git-Tag: llvmorg-13-init~7351 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eed8df6a131453dee779f7e3554d4e0bb591318b;p=platform%2Fupstream%2Fllvm.git [Coroutines][Docs] Remove frame packing as a TODO This has already been done by @rjmccall in D76526 (49e5a97ec363), and 9514c048d89e. We should remove this from the docs. Differential Revision: https://reviews.llvm.org/D90550 --- diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index 5afb33f..8c8d13a 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/docs/Coroutines.rst @@ -1535,10 +1535,6 @@ earlier passes. Areas Requiring Attention ========================= -#. A coroutine frame is bigger than it could be. Adding stack packing and stack - coloring like optimization on the coroutine frame will result in tighter - coroutine frames. - #. Take advantage of the lifetime intrinsics for the data that goes into the coroutine frame. Leave lifetime intrinsics as is for the data that stays in allocas.