This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de7cabaee5b Expose TailCallKind via the LLVM C API new c1cdf66ddf5 [coroutine] Fixes "cannot move instruction since its users [...]
The 1 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: lib/Transforms/Coroutines/CoroFrame.cpp | 163 +++++++++++++-------- lib/Transforms/Coroutines/CoroSplit.cpp | 90 ------------ .../Transforms/Coroutines/coro-alloc-with-param.ll | 96 ++++++++++++ test/Transforms/Coroutines/coro-param-copy.ll | 69 +++++++++ 4 files changed, 270 insertions(+), 148 deletions(-) create mode 100644 test/Transforms/Coroutines/coro-alloc-with-param.ll create mode 100644 test/Transforms/Coroutines/coro-param-copy.ll