[PATCH] D23461: [Coroutines] Part 7: Split coroutine into subfunctions

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 10:07:06 PDT 2016


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

- Mark final suspend and fallthrough coro end as no duplicate in coro early
- Remove unused functions from CoroFrame (but they are coming back in the next patch with vengeance)
- Use changeToUnreachable to simplify code in CoroSplit and Coroutines.cpp
- Bring more comments in compliance with coding style


https://reviews.llvm.org/D23461

Files:
  lib/Transforms/Coroutines/CMakeLists.txt
  lib/Transforms/Coroutines/CoroCleanup.cpp
  lib/Transforms/Coroutines/CoroEarly.cpp
  lib/Transforms/Coroutines/CoroFrame.cpp
  lib/Transforms/Coroutines/CoroInstr.h
  lib/Transforms/Coroutines/CoroInternal.h
  lib/Transforms/Coroutines/CoroSplit.cpp
  lib/Transforms/Coroutines/Coroutines.cpp
  test/Transforms/Coroutines/coro-split-00.ll
  test/Transforms/Coroutines/coro-split-01.ll
  test/Transforms/Coroutines/restart-trigger.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23461.68210.patch
Type: text/x-patch
Size: 40757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160816/b8c2a4bc/attachment.bin>


More information about the llvm-commits mailing list