mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* instructions `RefToBridgeObjectInst`, `BridgeObjectToWordInst`, `StringLiteralInst`, `ProjectBoxInst`, `InitEnumDataAddrInst`, `UncheckedTakeEnumDataAddrInst`, `InjectEnumAddrInst` * protocols `StoringInstruction` and `EnumInstruction` * load/store-weak/unowned instructions * `CopyAddrInst.isTakeOfSrc/isInitializationOfDest` * `ApplySite.calleeArgIndex/callerArgIndex` * `SILValue.definingInstruction/definingBlock/function` * `Type.isReferenceCounted` * `FunctionArgument.isExclusiveIndirectParameter` * support `CondBranchInst` in `incomingPhiValues`