mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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