Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/ModulePasses
Erik Eckstein a965f825a4 MandatoryPerformanceOptimizations: make sure to break infinite loops and complete lifetimes
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
2026-02-06 15:44:45 +01:00
..