diff options
author | 2023-08-28 13:32:23 +0800 | |
---|---|---|
committer | 2023-09-18 15:05:07 +0800 | |
commit | 2cfdebdb7e5e430471ea833b33eee72c1938eb98 (patch) | |
tree | 4e53fcdec502eb45701810e551c67b953bf79629 | |
parent | [SimplifyCFG] handle monotonic wrapped case for D150943 (#65882) (diff) | |
download | llvm-project-2cfdebdb7e5e430471ea833b33eee72c1938eb98.tar.gz llvm-project-2cfdebdb7e5e430471ea833b33eee72c1938eb98.tar.bz2 llvm-project-2cfdebdb7e5e430471ea833b33eee72c1938eb98.zip |
Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring regressions"
This reverts commit 6998ecd330f2b028bf4678edd4f53b5489c5e6df.
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 62a3c841730b..8ab7e065d218 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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. |