[clang] [llvm] [coroutine] Implement llvm.coro.await.suspend intrinsic (PR #79712)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 4 13:42:43 PST 2024
================
@@ -79,6 +79,73 @@ using namespace llvm;
namespace {
+// Created on demand if the coro-early pass has work to do.
+class Lowerer : public coro::LowererBase {
----------------
fpasserby wrote:
Yes, it is possible. Switched to a simple function.
https://github.com/llvm/llvm-project/pull/79712
More information about the llvm-commits
mailing list