[all-commits] [llvm/llvm-project] 8a7f5a: We can only move static allocas into the resume en...
Arnold Schwaighofer via All-commits
all-commits at lists.llvm.org
Fri Feb 5 06:08:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a7f5ad0fdbcef6d945e9aa598c60354caa4f566
https://github.com/llvm/llvm-project/commit/8a7f5ad0fdbcef6d945e9aa598c60354caa4f566
Author: Arnold Schwaighofer <aschwaighofer at apple.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/test/Transforms/Coroutines/coro-retcon-alloca.ll
Log Message:
-----------
We can only move static allocas into the resume entry points
Dynamic allocas that still exist have been verified to be only used
'locally' not accross a suspend point.
rdar://73903220
Differential Revision: https://reviews.llvm.org/D96071
More information about the All-commits
mailing list