1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Transforms/Coroutines
Arnold Schwaighofer 3e8facdd39 Start of an llvm.coro.async implementation
This patch adds the `async` lowering of coroutines.

This will be used by the Swift frontend to lower async functions. In
contrast to the `retcon` lowering the frontend needs to be in control
over control-flow at suspend points as execution might be suspended at
these points.

This is very much work in progress and the implementation will change as
it evolves with the frontend. As such the documentation is lacking
detail as some of it might change.

rdar://70097093

Differential Revision: https://reviews.llvm.org/D90612
2020-11-04 07:32:29 -08:00
..
CMakeLists.txt [Coroutines] Reuse storage for local variables with non-overlapping lifetimes 2020-09-28 15:48:00 +08:00
CoroCleanup.cpp Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
CoroEarly.cpp Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
CoroElide.cpp
CoroFrame.cpp Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
CoroInstr.h Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
CoroInternal.h Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
CoroSplit.cpp Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
Coroutines.cpp Start of an llvm.coro.async implementation 2020-11-04 07:32:29 -08:00
LLVMBuild.txt