[PATCH] D24412: [Coroutines] Lower coro.subfn.addr in CoroCleanup

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 11:02:40 PDT 2016


GorNishanov created this revision.
GorNishanov added a reviewer: majnemer.
GorNishanov added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.

Not all coro.subfn.addr intrinsics can be eliminated in CoroElide through devirtualization. Those that remain need to be lowered in CoroCleanup.

https://reviews.llvm.org/D24412

Files:
  lib/Transforms/Coroutines/CoroCleanup.cpp
  lib/Transforms/Coroutines/Coroutines.cpp
  test/Transforms/Coroutines/coro-cleanup.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24412.70866.patch
Type: text/x-patch
Size: 3660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/976fc0b6/attachment.bin>


More information about the llvm-commits mailing list