diff options
author | Gor Nishanov <GorNishanov@gmail.com> | 2017-03-06 21:12:54 +0000 |
---|---|---|
committer | Gor Nishanov <GorNishanov@gmail.com> | 2017-03-06 21:12:54 +0000 |
commit | 90be1213d265c4c164bd21653d53600338cca7d3 (patch) | |
tree | 42ca07f10a9648574e698b1efeaa8a40b056c679 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 254f5fa5f2d78ce1da9304d0b8fe8a5388d9068d (diff) | |
download | llvm-90be1213d265c4c164bd21653d53600338cca7d3.zip llvm-90be1213d265c4c164bd21653d53600338cca7d3.tar.gz llvm-90be1213d265c4c164bd21653d53600338cca7d3.tar.bz2 |
[coroutines] Add co_return statement emission
Summary:
Added co_return statement emission.
Tweaked coro-alloc.cpp test to use co_return to trigger coroutine processing instead of co_await, since this change starts emitting the body of the coroutine and await expression handling has not been upstreamed yet.
Reviewers: rsmith, majnemer, EricWF, aaron.ballman
Reviewed By: rsmith
Subscribers: majnemer, llvm-commits, mehdi_amini
Differential Revision: https://reviews.llvm.org/D29979
llvm-svn: 297076
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions