mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a965f825a4
Those tasks are already done within the optimization in `runSimplification`. However, afterwards we specialize generics in the function. And specialization can create unreachable blocks and incomplete lifetimes. Fixes a compiler crash rdar://169554780