[all-commits] [llvm/llvm-project] 28ebd1: [coro async] Fix code to run coro.async.end cleanu...
Arnold Schwaighofer via All-commits
all-commits at lists.llvm.org
Mon Jul 18 10:42:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28ebd13d6381bd0e891c49bc6b8ce3bf4bd98e7d
https://github.com/llvm/llvm-project/commit/28ebd13d6381bd0e891c49bc6b8ce3bf4bd98e7d
Author: Arnold Schwaighofer <aschwaighofer at apple.com>
Date: 2022-07-18 (Mon, 18 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
A llvm/test/Transforms/Coroutines/coro-async-end-bug.ll
M llvm/test/Transforms/Coroutines/coro-async.ll
Log Message:
-----------
[coro async] Fix code to run coro.async.end cleanup like the legacy pass did
The code executed for the Switch ABI does not change.
rdar://97074714
Differential Revision: https://reviews.llvm.org/D129865
More information about the All-commits
mailing list