mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This instruction is similar to AssignByWrapperInst, but instead of having a destination operand, the initialization is fully factored into the init function operand. Like AssignByWrapper, AssignOrInit has partial application operands of both the initializer and the setter, and DI will lower the instruction to a call based on whether the assignment is initialization or a setter call.
76 KiB
76 KiB