mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Except for the async context, where it is needed (arguments within an async function). We don't support dbg.declare in optimized code, as variables can be moved by SIL optimization passes. If a partial store is eliminated, we want a dbg.value on the allocation, and another dbg.value with a fragment in place of the partial store. rdar://128155050
4.3 KiB
4.3 KiB