mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In contrast to `ref_element_addr`, tail addresses can also be obtained via a superclass (in case the derived class doesn't add any stored properties). Therefore if the instance types differ by sub-superclass relationship, they may alias. Fixes a miscompile