Commits

Roman Levenstein committed e8d6b2e17a9
[sil-devirtualizer] Improve handling of generics during devirtualization. This patch provides a more robust way to find proper substitutions for generic classes during devirtualization. It fixes test-cases which were resulting in a compiler crash before. New tests are added to the test-suite to avoid this in the future. Swift SVN r24040