[Coroutines][Docs] Remove frame packing as a TODO
authorAtmn Patel <a335pate@uwaterloo.ca>
Sun, 1 Nov 2020 11:42:29 +0000 (06:42 -0500)
committerAtmn Patel <a335pate@uwaterloo.ca>
Mon, 2 Nov 2020 20:57:04 +0000 (15:57 -0500)
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

llvm/docs/Coroutines.rst

index 5afb33f..8c8d13a 100644 (file)
@@ -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.