mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Do this even if the function then contains references to other functions with wrong linkage. MandatoryPerformanceOptimization fixes the linkage afterwards. This is similar to what we already do with de-virtualizing class and witness methods: https://github.com/swiftlang/swift/pull/76032 rdar://168171608