[all-commits] [llvm/llvm-project] 00fec8: [Coroutines][3/6] New pass manager: coro-elide
Brian Gesiak via All-commits
all-commits at lists.llvm.org
Mon Feb 17 20:47:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00fec8004aca6588d8d695a2c3827c3754c380a0
https://github.com/llvm/llvm-project/commit/00fec8004aca6588d8d695a2c3827c3754c380a0
Author: Brian Gesiak <modocache at gmail.com>
Date: 2020-02-17 (Mon, 17 Feb 2020)
Changed paths:
A llvm/include/llvm/Transforms/Coroutines/CoroElide.h
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Transforms/Coroutines/CoroElide.cpp
M llvm/test/Transforms/Coroutines/coro-elide.ll
M llvm/test/Transforms/Coroutines/coro-heap-elide.ll
Log Message:
-----------
[Coroutines][3/6] New pass manager: coro-elide
Summary:
Depends on https://reviews.llvm.org/D71899.
The third in a series of patches that ports the LLVM coroutines passes
to the new pass manager infrastructure. This patch implements 'coro-elide'.
The new pass manager infrastructure does not implicitly repeat CGSCC
pass pipelines when a function is devirtualized, and so the tests
for the new pass manager that rely on that behavior now explicitly
specify `repeat<2>`.
Reviewers: GorNishanov, lewissbaker, chandlerc, jdoerfert, junparser, deadalnix, wenlei
Reviewed By: wenlei
Subscribers: wenlei, EricWF, Prazek, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71900
More information about the All-commits
mailing list