Displaying 1 result from an estimated 1 matches for "d21169".
Did you mean:
d21069
2016 Jun 09
6
Fwd: [RFC] LLVM Coroutines
...fully enclosed in
the lifetime
of the caller, we remove dynamic allocation for coroutine frame and replace it
with an `alloca` on the caller's frame.
Please see doc/Coroutines.rst for more details:
doc/Coroutines.rst: http://reviews.llvm.org/D21170
IR/Intrinsics.td: http://reviews.llvm.org/D21169
Concerns:
=========
(This section assumes that you looked at doc/Coroutins.rst and IR/Intrinsics.td)
Invoke like intrinsics via call + conditional branch:
-----------------------------------------------------
The `llvm.experimental.coro.fork` and `llvm.experimental.coro.suspend`
intrinsics model...