[PATCH] D71901: [Coroutines][4/6] New pass manager: coro-cleanup
    Brian Gesiak via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 26 06:26:24 PST 2019
    
    
  
modocache created this revision.
modocache added reviewers: GorNishanov, lewissbaker, chandlerc, junparser.
Herald added a reviewer: deadalnix.
Herald added subscribers: hiraditya, EricWF.
Herald added a project: LLVM.
Depends on https://reviews.llvm.org/D71900.
The fourth in a series of patches that ports the LLVM coroutines passes
to the new pass manager infrastructure. This patch implements
'coro-cleanup'.
No existing regression tests check the behavior of coro-cleanup on its
own, so this patch adds one. (A test named 'coro-cleanup.ll' exists, but
it relies on the entire coroutines pipeline being run. It's updated to
test the new pass manager in the 5th patch of this series.)
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D71901
Files:
  llvm/include/llvm-c/Transforms/Coroutines.h
  llvm/include/llvm/Transforms/Coroutines.h
  llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
  llvm/lib/Transforms/Coroutines/CoroInternal.h
  llvm/lib/Transforms/Coroutines/Coroutines.cpp
  llvm/test/Transforms/Coroutines/coro-cleanup-lowering.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71901.235341.patch
Type: text/x-patch
Size: 9527 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191226/a4136b17/attachment.bin>
    
    
More information about the llvm-commits
mailing list