Commits

Michael Gottesman committed 4a09e409cca
Teach IRGen how to lower upcast of addresses. This is apart of teaching the specializer how to specialize unconditional_checked_casts. Specifically, we might have an archetype_to_archetype transformation that after specialization become an upcast between two type pointers. rdar://16490450 Swift SVN r15748