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

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 6 07:32:11 PDT 2016


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

Addressed code review feedback:

1. s/makeReadyForSplit/prepareForSplit
2. no longer skipping over DbgInst in the entry block
3. auto * galore
4. updated to match new interface to SCC.initialize


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.67074.patch
Type: text/x-patch
Size: 10694 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160806/fad569fe/attachment.bin>


More information about the llvm-commits mailing list