Commits

Roman Levenstein committed 421891725cf
[sil-combine] Improve dead closures elimination Cover more corner cases, e.g. unbalanced retain/release pairs due to an unreachable at the end of the block. This significantly improves the performance of some closure-heavy test-cases. rdar://23691514