[all-commits] [llvm/llvm-project] 5a187d: [Coroutines][4/6] New pass manager: coro-cleanup
Brian Gesiak via All-commits
all-commits at lists.llvm.org
Tue Feb 18 21:42:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a187d8ed11fc85365d0d3452a5001a913b2dc4b
https://github.com/llvm/llvm-project/commit/5a187d8ed11fc85365d0d3452a5001a913b2dc4b
Author: Brian Gesiak <modocache at gmail.com>
Date: 2020-02-19 (Wed, 19 Feb 2020)
Changed paths:
A llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Coroutines/CoroCleanup.cpp
A llvm/test/Transforms/Coroutines/coro-cleanup-lowering.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list