mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
And use the new project_existential_box to get to the address value. SILGen now generates a project_existential_box for each alloc_existential_box. And IRGen re-uses the address value from the alloc_existential_box if the operand of project_existential_box is an alloc_existential_box. This lets the generated code be the same as before.
6.9 KiB
6.9 KiB