mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If an argument escapes in a called function, we don't know anything about the argument's side effects. For example, it could escape to the return value and effects might occur in the caller. Fixes a miscompile https://github.com/apple/swift/issues/73477 rdar://127691335
22 KiB
22 KiB