[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
Sun Aug 7 07:49:21 PDT 2016


GorNishanov retitled this revision from "Part 5: Elide dynamic allocation of coroutine frame when possible" to "[Coroutines] Part 6: Elide dynamic allocation of a coroutine frame when possible".
GorNishanov updated this revision to Diff 67101.
GorNishanov added a comment.
Herald added a subscriber: mehdi_amini.

clang-format the changes. Fix the title.


https://reviews.llvm.org/D23245

Files:
  lib/Transforms/Coroutines/CoroElide.cpp
  lib/Transforms/Coroutines/CoroInstr.h
  lib/Transforms/Coroutines/CoroInternal.h
  lib/Transforms/Coroutines/Coroutines.cpp
  test/Transforms/Coroutines/coro-heap-elide.ll
  test/Transforms/Coroutines/restart-trigger.ll

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


More information about the llvm-commits mailing list