This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 360f1e7 [GlobalISel] Don't translate intrinsics with metadata parameters. new debb02e Implement FreeMachineFunction::getPassName(). new 2d33745 [coroutines] Add handling for unwind coro.ends
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/Coroutines.rst | 85 +++++++++++---- include/llvm/IR/Intrinsics.td | 2 +- lib/CodeGen/MachineModuleInfo.cpp | 4 + lib/Transforms/Coroutines/CoroSplit.cpp | 42 +++++++- test/Transforms/Coroutines/ArgAddr.ll | 4 +- test/Transforms/Coroutines/coro-frame.ll | 4 +- test/Transforms/Coroutines/coro-split-00.ll | 4 +- test/Transforms/Coroutines/coro-split-01.ll | 4 +- test/Transforms/Coroutines/coro-split-02.ll | 4 +- test/Transforms/Coroutines/coro-split-dbg.ll | 4 +- test/Transforms/Coroutines/coro-split-eh.ll | 145 ++++++++++++++++++++++++++ test/Transforms/Coroutines/ex0.ll | 4 +- test/Transforms/Coroutines/ex1.ll | 4 +- test/Transforms/Coroutines/ex2.ll | 4 +- test/Transforms/Coroutines/ex3.ll | 4 +- test/Transforms/Coroutines/ex4.ll | 4 +- test/Transforms/Coroutines/ex5.ll | 4 +- test/Transforms/Coroutines/no-suspend.ll | 10 +- test/Transforms/Coroutines/phi-coro-end.ll | 4 +- test/Transforms/Coroutines/restart-trigger.ll | 4 +- 20 files changed, 288 insertions(+), 56 deletions(-) create mode 100644 test/Transforms/Coroutines/coro-split-eh.ll