Commits

Manman Ren committed 83248272977
SIL Serialization: handle more instructions. InitExistentialInst, InitExistentialRefInst, BuiltinZeroInst, GlobalAddrInst, IndexAddrInst, UpcastExistentialInst, MarkFunctionEscapeInst, DeinitExistentialInst, IsNonnullInst, InitializeVarInst, MarkUninitializedInst, CopyAddrInst, StructElementAddrInst, UnionInst, UnionDataAddrInst, InjectUnionAddrInst, RefElementAddrInst, ArchetypeMethodInst, ProtocolMethodInst, ClassMethodInst, SuperMethodInst, DynamicMethodInst, DynamicMethodBranchInst We are missing implementations for SpecializeInst and SwitchInst. Testing cases will be added in follow-up patches. Swift SVN r8463