[PATCH] D22847: [coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes

Gor Nishanov via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 20:08:23 PDT 2016


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

"Adding EP_CGSCCOptimizerLate extension point" extracted into its own patch: https://reviews.llvm.org/D22897


https://reviews.llvm.org/D22847

Files:
  docs/Coroutines.rst
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Coroutines.h
  lib/Transforms/CMakeLists.txt
  lib/Transforms/Coroutines/CMakeLists.txt
  lib/Transforms/Coroutines/CoroCleanup.cpp
  lib/Transforms/Coroutines/CoroEarly.cpp
  lib/Transforms/Coroutines/CoroElide.cpp
  lib/Transforms/Coroutines/CoroInternal.h
  lib/Transforms/Coroutines/CoroSplit.cpp
  lib/Transforms/Coroutines/Coroutines.cpp
  lib/Transforms/Coroutines/LLVMBuild.txt
  lib/Transforms/LLVMBuild.txt
  test/Transforms/Coroutines/smoketest.ll
  tools/opt/CMakeLists.txt
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22847.65860.patch
Type: text/x-patch
Size: 18079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160728/5f05ce46/attachment.bin>


More information about the llvm-commits mailing list