Skip to content

Commit df7269b

Browse files
committed
langref note
1 parent 3fddf2f commit df7269b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/docs/Coroutines.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,6 +1485,9 @@ so that the following logic can resume unwinding. In a yield-once
14851485
coroutine, reaching a non-unwind ``llvm.coro.end`` without having first
14861486
reached a ``llvm.coro.suspend.retcon`` has undefined behavior.
14871487

1488+
Note: allocas referenced after ``llvm.coro.end`` are never stored in the
1489+
coroutine frame.
1490+
14881491
The remainder of this section describes the behavior under switched-resume
14891492
lowering.
14901493

0 commit comments

Comments
 (0)