Commits

Doug Gregor committed 199d53e8a87
Decompose existential conversion constraints into conforms-to constraints. When we realize that we're performing a conversion to an existential type, break that constraint down into individual conforms-to constraints. Eliminates a use of simplifyType() and the unnecessary concrete-type requirement on checking of these constraints. Performance impact is < 1% win. Swift SVN r6898