Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is not...
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 28 Aug 2023 05:32:27 +0000 (13:32 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Mon, 18 Sep 2023 07:09:00 +0000 (15:09 +0800)
commit88bf774c565080e30e0a073676c316ab175303af
tree7edfcebcefc6c230a86c4c7a59425ff6d1496cdb
parent2cfdebdb7e5e430471ea833b33eee72c1938eb98
Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is not empty"

This reverts commit f05226d7e38c36efe029a0eb4201b0843f81b5e8.
clang/docs/ReleaseNotes.rst
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGCoroutine.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/test/CodeGenCoroutines/coro-awaiter-noinline-suspend.cpp [deleted file]
clang/test/CodeGenCoroutines/pr56301.cpp [deleted file]