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

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 2 07:49:02 PST 2020


tschuett added inline comments.


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


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


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