llvm-project/llvm/lib/Transforms/Coroutines
Brian Gesiak 5a187d8ed1 [Coroutines][4/6] New pass manager: coro-cleanup
Summary:
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.)

Reviewers: GorNishanov, lewissbaker, chandlerc, junparser, deadalnix, wenlei

Reviewed By: wenlei

Subscribers: wenlei, EricWF, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D71901
2020-02-19 00:30:27 -05:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
CoroCleanup.cpp [Coroutines][4/6] New pass manager: coro-cleanup 2020-02-19 00:30:27 -05:00
CoroEarly.cpp Coroutines: avoid use of deprecated CreateLoad and CreateCall methods 2020-02-18 00:24:09 +01:00
CoroElide.cpp Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
CoroFrame.cpp Coroutines: avoid use of deprecated CreateLoad and CreateCall methods 2020-02-18 00:24:09 +01:00
CoroInstr.h Add intrinsics for doing frame-bound dynamic allocations within a coroutine. 2019-08-14 03:53:40 +00:00
CoroInternal.h [Coroutines] const-ify internal helpers (NFC) 2020-01-01 21:57:49 -05:00
CoroSplit.cpp Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
Coroutines.cpp [Coroutines] const-ify internal helpers (NFC) 2020-01-01 21:57:49 -05:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00