[PATCH] D24242: [Coroutines] Part13: Handle single edge PHINodes across suspends

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 21:29:27 PDT 2016


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

Take out coro.free fixup code. We can do it in the frontend. Alphabetize the list of interesting coro intrinsics in coro.early


https://reviews.llvm.org/D24242

Files:
  lib/Transforms/Coroutines/CoroCleanup.cpp
  lib/Transforms/Coroutines/CoroEarly.cpp
  lib/Transforms/Coroutines/CoroFrame.cpp
  test/Transforms/Coroutines/phi-coro-end.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24242.70356.patch
Type: text/x-patch
Size: 4125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160906/cf36f5c5/attachment.bin>


More information about the llvm-commits mailing list