[PATCH] D23245: [Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 09:48:29 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278242: [Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible (authored by GorNishanov).

Changed prior to commit:
  https://reviews.llvm.org/D23245?vs=67533&id=67541#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23245

Files:
  llvm/trunk/docs/Coroutines.rst
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/Transforms/Coroutines/CoroElide.cpp
  llvm/trunk/lib/Transforms/Coroutines/CoroInstr.h
  llvm/trunk/lib/Transforms/Coroutines/CoroInternal.h
  llvm/trunk/lib/Transforms/Coroutines/Coroutines.cpp
  llvm/trunk/test/Transforms/Coroutines/coro-elide.ll
  llvm/trunk/test/Transforms/Coroutines/coro-heap-elide.ll
  llvm/trunk/test/Transforms/Coroutines/restart-trigger.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23245.67541.patch
Type: text/x-patch
Size: 30120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/ad68cc6a/attachment.bin>


More information about the llvm-commits mailing list