We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fddf2f commit df7269bCopy full SHA for df7269b
llvm/docs/Coroutines.rst
@@ -1485,6 +1485,9 @@ so that the following logic can resume unwinding. In a yield-once
1485
coroutine, reaching a non-unwind ``llvm.coro.end`` without having first
1486
reached a ``llvm.coro.suspend.retcon`` has undefined behavior.
1487
1488
+Note: allocas referenced after ``llvm.coro.end`` are never stored in the
1489
+coroutine frame.
1490
+
1491
The remainder of this section describes the behavior under switched-resume
1492
lowering.
1493
0 commit comments