Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring regressions"

This reverts commit 6998ecd330f2b028bf4678edd4f53b5489c5e6df.
This commit is contained in:
Chuanqi Xu 2023-08-28 13:32:23 +08:00
parent d0eb9b83e8
commit 2cfdebdb7e

View File

@ -715,9 +715,6 @@ Bug Fixes in This Version
``await_suspend`` could be misoptimized, including accesses to the awaiter
object itself.
(`#56301 <https://github.com/llvm/llvm-project/issues/56301>`_)
The current solution may bring performance regressions if the awaiters have
non-static data members. See
`#64945 <https://github.com/llvm/llvm-project/issues/64945>`_ for details.
- Clang now correctly diagnoses ``function_needs_feature`` when always_inline
callee has incompatible target features with caller.
- Removed the linking of libraries when ``-r`` is passed to the driver on AIX.