[PATCH] D71902: [Coroutines][5/6] Add coroutine passes to pipeline
Brian Gesiak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 15:49:23 PST 2020
modocache updated this revision to Diff 245052.
modocache retitled this revision from "[Coroutines][5/6] Support 'opt -passes=coroutines'" to "[Coroutines][5/6] Add coroutine passes to pipeline".
modocache edited the summary of this revision.
modocache added a comment.
Updated to use a new approach: instead of a custom pipeline parser, '-enable-coroutines' now adds coroutine passes to the new pass manager's pass builder. Using this in conjunction with the 'default<O2 <https://reviews.llvm.org/owners/package/2/>>' pipeline parser, this patch can now run all coroutine tests in the LLVM test suite -- and they all pass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71902/new/
https://reviews.llvm.org/D71902
Files:
llvm/include/llvm/Passes/PassBuilder.h
llvm/lib/Passes/PassBuilder.cpp
llvm/test/Transforms/Coroutines/ArgAddr.ll
llvm/test/Transforms/Coroutines/coro-cleanup.ll
llvm/test/Transforms/Coroutines/coro-split-01.ll
llvm/test/Transforms/Coroutines/ex0.ll
llvm/test/Transforms/Coroutines/ex1.ll
llvm/test/Transforms/Coroutines/ex2.ll
llvm/test/Transforms/Coroutines/ex3.ll
llvm/test/Transforms/Coroutines/ex4.ll
llvm/test/Transforms/Coroutines/ex5.ll
llvm/test/Transforms/Coroutines/phi-coro-end.ll
llvm/test/Transforms/Coroutines/restart-trigger.ll
llvm/test/Transforms/Coroutines/smoketest.ll
llvm/tools/opt/NewPMDriver.cpp
llvm/tools/opt/NewPMDriver.h
llvm/tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71902.245052.patch
Type: text/x-patch
Size: 13149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/8d87b5b5/attachment.bin>
More information about the llvm-commits
mailing list