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