mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When a coroutine is extended because of a dependent lifetime, extend all scopes that enclose that coroutine even if the coroutine itself has no lifetime dependencies. Fixes rdar://150275147 (Invalid SIL after lifetime dependence fixup involving coroutines)