[PATCH] D22998: [coroutines] Part 4a: Coroutine Devirtualization: Lower coro.resume and coro.destroy.

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 13:19:13 PDT 2016


GorNishanov updated the summary for this revision.
GorNishanov updated this revision to Diff 66702.
GorNishanov added a comment.
Herald added a subscriber: sanjoy.

Folded part4b (handling EH for coro.resume / coro.destroy) into this patch.


https://reviews.llvm.org/D22998

Files:
  include/llvm/IR/CallSite.h
  lib/IR/Verifier.cpp
  lib/Transforms/Coroutines/CoroEarly.cpp
  lib/Transforms/Coroutines/CoroInstr.h
  lib/Transforms/Coroutines/CoroInternal.h
  lib/Transforms/Coroutines/Coroutines.cpp
  test/Transforms/Coroutines/coro-early.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22998.66702.patch
Type: text/x-patch
Size: 11690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/6c3179b5/attachment.bin>


More information about the llvm-commits mailing list