Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer
Andrew Trick 305d75187a LocalVariableUtils: precisely handle function live-out
Only record an outgoingArgument access when the current allocation is an
outgoing argument and the function exiting instruction is ReturnInst.

This avoids invalid SIL where we attempt to extend end_access up to an `unwind` but
fail to actually materialize that end_access.
2025-10-23 23:34:26 -07:00
..
2025-10-21 07:54:55 -07:00
2025-10-21 07:54:55 -07:00