[PATCH] D90612: Start of an llvm.coro.async implementation

Arnold Schwaighofer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 08:42:24 PST 2020


aschwaighofer added inline comments.


================
Comment at: llvm/docs/Coroutines.rst:1164
+
+The '``llvm.coro.id``' intrinsic returns a token identifying an async coroutine.
+
----------------
tschuett wrote:
> async?
yes. Thank you.


================
Comment at: llvm/docs/Coroutines.rst:1188
+
+A frontend should emit exactly one `coro.id` intrinsic per coroutine.
+
----------------
tschuett wrote:
> async?
Yes. Thank you.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90612/new/

https://reviews.llvm.org/D90612



More information about the llvm-commits mailing list