mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
To make the ScopedInstruction abstraction useful and formalize to use-points of scoped operations. This is specifically for scoped operations that use their operands up to the end of their scope. This is not for the many instructions that introduce scoped lifetimes. Allocations are not considered scoped operations. Every owned value has a scoped lifetime just like an allocation, but the scope-ending instructions are not considered use points.
48 KiB
48 KiB