[llvm-branch-commits] [llvm-branch] r295070 - ReleaseNotes: coroutines; by Gor Nishanov

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Feb 14 09:20:43 PST 2017


Author: hans
Date: Tue Feb 14 11:20:43 2017
New Revision: 295070

URL: http://llvm.org/viewvc/llvm-project?rev=295070&view=rev
Log:
ReleaseNotes: coroutines; by Gor Nishanov

Modified:
    llvm/branches/release_40/docs/ReleaseNotes.rst

Modified: llvm/branches/release_40/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_40/docs/ReleaseNotes.rst?rev=295070&r1=295069&r2=295070&view=diff
==============================================================================
--- llvm/branches/release_40/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_40/docs/ReleaseNotes.rst Tue Feb 14 11:20:43 2017
@@ -84,6 +84,18 @@ Non-comprehensive list of changes in thi
    * Significant build-time and binary-size improvements when compiling with
      debug info (-g).
 
+LLVM Coroutines
+---------------
+
+Experimental support for :doc:`Coroutines` was added, which can be enabled
+with ``-enable-coroutines`` in ``opt`` command tool or using
+``addCoroutinePassesToExtensionPoints`` API when building the optimization
+pipeline.
+
+For more information on LLVM Coroutines and the LLVM implementation, see
+`2016 LLVM Developers’ Meeting talk on LLVM Coroutines
+<http://llvm.org/devmtg/2016-11/#talk4>`_.
+
 Code Generation Testing
 -----------------------
 




More information about the llvm-branch-commits mailing list