diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2016-07-28 21:04:31 +0000 |
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2016-07-28 21:04:31 +0000 |
| commit | 3d32b7ed0d811b5ed5267f581cdc40f18c87faab (patch) | |
| tree | 4303317f5aee2a3fc855e7b987377f7be8ab846a /llvm/docs | |
| parent | 644f3f066b95f6ba83f636d7738f680a6a9f126a (diff) | |
| download | bcm5719-llvm-3d32b7ed0d811b5ed5267f581cdc40f18c87faab.tar.gz bcm5719-llvm-3d32b7ed0d811b5ed5267f581cdc40f18c87faab.zip | |
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
This adds boilerplate code for all coroutine passes,
the passes are no-ops for now.
Also, a small test has been added to verify that passes execute in
the expected order or not at all if coroutine support is disabled.
Patch by Gor Nishanov!
Differential Revision: https://reviews.llvm.org/D22847
llvm-svn: 277033
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/Coroutines.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Coroutines.rst b/llvm/docs/Coroutines.rst index 4fbdabf5a04..30be4e7fcc4 100644 --- a/llvm/docs/Coroutines.rst +++ b/llvm/docs/Coroutines.rst @@ -1177,8 +1177,8 @@ earlier passes. Upstreaming sequence (rough plan) ================================= #. Add documentation. -#. Add coroutine intrinsics. <= we are here -#. Add empty coroutine passes. +#. Add coroutine intrinsics. +#. Add empty coroutine passes. <= we are here #. Add coroutine devirtualization + tests. #. Add CGSCC restart trigger + tests. #. Add coroutine heap elision + tests. |

