[PATCH] D23229: Part 4c: Coroutine Devirtualization: Devirtualize coro.resume and coro.destroy.

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 18:11:48 PDT 2016


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

Fixed typo + clarified comment in CoroInstr.h


https://reviews.llvm.org/D23229

Files:
  include/llvm/IR/Intrinsics.td
  lib/IR/Verifier.cpp
  lib/Transforms/Coroutines/CoroEarly.cpp
  lib/Transforms/Coroutines/CoroElide.cpp
  lib/Transforms/Coroutines/CoroInstr.h
  lib/Transforms/Coroutines/CoroInternal.h
  lib/Transforms/Coroutines/Coroutines.cpp
  test/Transforms/Coroutines/coro-elide.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23229.67051.patch
Type: text/x-patch
Size: 14947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160806/008e3371/attachment.bin>


More information about the llvm-commits mailing list