[PATCH] D23234: [Coroutines] Part 5: Add CGSCC restart trigger

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 6 12:52:43 PDT 2016


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

use terminator instruction of the entry block as an insertion point for the restart trigger function call.


https://reviews.llvm.org/D23234

Files:
  include/llvm/IR/Function.h
  lib/Transforms/Coroutines/CoroEarly.cpp
  lib/Transforms/Coroutines/CoroElide.cpp
  lib/Transforms/Coroutines/CoroInstr.h
  lib/Transforms/Coroutines/CoroInternal.h
  lib/Transforms/Coroutines/CoroSplit.cpp
  test/Transforms/Coroutines/restart-trigger.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23234.67085.patch
Type: text/x-patch
Size: 11119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160806/74aa4526/attachment.bin>


More information about the llvm-commits mailing list