[PATCH] D45114: [coroutines] Add support for llvm.coro.noop intrinsics
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 1 15:14:49 PDT 2018
modocache accepted this revision.
modocache added a comment.
This revision is now accepted and ready to land.
Thanks!
================
Comment at: docs/Coroutines.rst:907
+resume and destroy handlers are empty functions that do nothing. Note that in
+different translation units llvm.coro.noop may return different pointers.
+
----------------
A nit-pick, but I would use two sentences here: "...private constant coroutine frame. The resume and destroy handlers for this frame are empty functions that do nothing."
https://reviews.llvm.org/D45114
More information about the llvm-commits
mailing list