Displaying 1 result from an estimated 1 matches for "cppcoro".
Did you mean:
cppcon
2019 Dec 26
2
[RFC] Coroutines passes in the new pass manager
...de in each of
them.
# What's finished
In these first 6 patches, I focused on lowering coroutine intrinsics
correctly. With the patches applied, Clang is able to successfully use
the new pass manager to build and test a major open source C++20
coroutines library, https://github.com/lewissbaker/cppcoro.
1. https://reviews.llvm.org/D71898
New pass manager implementation of the coro-early function pass, with
LLVM regression tests for this pass updated to test both the new and
legacy implementations.
2. https://reviews.llvm.org/D71899
Same thing, but for coro-split CGSCC pass. This patch adds supp...