[all-commits] [llvm/llvm-project] 572cc8: Revert "[C++20] [Coroutines] Mark await_suspend as...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Sun Aug 27 22:30:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 572cc8d38f938eb2769907c17137a10a408d9bfc
https://github.com/llvm/llvm-project/commit/572cc8d38f938eb2769907c17137a10a408d9bfc
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CodeGenFunction.h
R clang/test/CodeGenCoroutines/coro-awaiter-noinline-suspend.cpp
R clang/test/CodeGenCoroutines/pr56301.cpp
Log Message:
-----------
Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is not empty"
This reverts commit 9d9c25f81456aace2bec4b58498a420e650007d9.
This reverts commit 19ab2664ad3182ffa8fe3a95bb19765e4ae84653.
This reverts commit c4672454743e942f148a1aff1e809dae73e464f6.
As the issue https://github.com/llvm/llvm-project/issues/65018 shows,
the previous fix introduce a regression actually. So this commit reverts
the fix by our policies.
More information about the All-commits
mailing list