[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
Tue Aug 9 13:49:51 PDT 2016


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

modRef check was too conservative. Reverting back to original behavior.


https://reviews.llvm.org/D23245

Files:
  docs/Coroutines.rst
  include/llvm/IR/Intrinsics.td
  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
  test/Transforms/Coroutines/coro-heap-elide.ll
  test/Transforms/Coroutines/restart-trigger.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23245.67412.patch
Type: text/x-patch
Size: 26044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/8d4fcc56/attachment.bin>


More information about the llvm-commits mailing list