[all-commits] [llvm/llvm-project] e760ec: [coro] Add support for polymorphic return typed co...
Arnold Schwaighofer via All-commits
all-commits at lists.llvm.org
Fri Feb 12 10:08:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e760ec2a01fba0d90e2fea33cf99b75baa2c2a1c
https://github.com/llvm/llvm-project/commit/e760ec2a01fba0d90e2fea33cf99b75baa2c2a1c
Author: Arnold Schwaighofer <aschwaighofer at apple.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/Transforms/Coroutines/CoroInternal.h
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/lib/Transforms/Coroutines/Coroutines.cpp
M llvm/test/Transforms/Coroutines/coro-async.ll
Log Message:
-----------
[coro] Add support for polymorphic return typed coro.suspend.async
This allows for suspend point specific resume function types.
Return values from a suspend point can therefore be modelled as
arguments to the resume function. Allowing for directly passed return
types.
Differential Revision: https://reviews.llvm.org/D96136
More information about the All-commits
mailing list