Commits

Roman Levenstein committed 3b21c779af4
[sil-combine] Add a new peephole (alloc_ref_dynamic (metatype X.Type)) -> alloc_ref X This peephole is useful on its own and it helps the devirtualizer in cases, where instances are allocated by means of alloc_ref_dynamic. This partially addresses rdar://20198045. Swift SVN r26253