[PATCH] D22603: [coroutines] Part 1 of N: Documentation

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 16:27:52 PDT 2016


GorNishanov updated this revision to Diff 64991.
GorNishanov added a comment.

1. Collapsed coro.promise and coro.from.promise to a single intrinsic:

  declare i8* @llvm.coro.promise(i8* <ptr>, i32 <alignment>, i1 <from>)

2. Added an example to a section describing coro.promise intrinsic.


https://reviews.llvm.org/D22603

Files:
  docs/Coroutines.rst
  docs/index.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22603.64991.patch
Type: text/x-patch
Size: 40603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160721/e3fc1cbd/attachment-0001.bin>


More information about the llvm-commits mailing list