Commits

Manman Ren committed 8cd676143a6
SIL Serialization: handle more SILInstructions Add serialization/deserialization of the following SILInstructions: BuiltinFunctionRefInst, IndexRawPointerInst, ModuleInst, Conversion instructions: RefToObjectPointerInst, UpcastInst, CoerceInst, AddressToPointerInst, PointerToAddressInst, ObjectPointerToRefInst, RefToRawPointerInst, RawPointerToRefInst, RefToUnownedInst, UnownedToRefInst DestroyAddrInst, LoadInst, StrongReleaseInst, StrongRetainInst, TupleElementAddrInst, TupleExtractInst Make getModule in ModuleFile public to be used by SILDeserializer, also make addModuleRef in Serializer public to be used by SILSerializer. Update testing case to cover the above SILInstructions. Swift SVN r8372