[PATCH] D23229: Part 4c: Coroutine Devirtualization: Devirtualize coro.resume and coro.destroy.

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 17:34:57 PDT 2016


GorNishanov removed rL LLVM as the repository for this revision.
GorNishanov updated this revision to Diff 67050.
GorNishanov added a comment.

1. removed useless continue in CoroEarly
2. coro-elide.ll no longer runs coro-early pass
3. add coro.begin sanity tester to verifier.cpp
4. switch to using replaceAndRecursivelySimplify
5. switch to ConstantExpr::extractValue


https://reviews.llvm.org/D23229

Files:
  include/llvm/IR/Intrinsics.td
  lib/IR/Verifier.cpp
  lib/Transforms/Coroutines/CoroEarly.cpp
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23229.67050.patch
Type: text/x-patch
Size: 14943 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160806/f71df242/attachment.bin>


More information about the llvm-commits mailing list