mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Handle storing to a mutable property implemented as unsafeMutableAddress. In SIL, the stored address comes from pointer_to_address. Recognize the addressor pattern and handle the store as if it writes to a regular property of 'self'. Required for UnsafePointer<~Escapable>.pointee.