Files
swift-mirror/test/IRGen/section.swift
Erik Eckstein 779434ac08 MandatoryPerformanceOptimizations: only set the [perf_constraint] flag for callees of performance constraint functions
It used to also set it for functions which are referenced from a global with a const/section attribute - even if not performance attribute was present in the whole module. This is unnecessary and can lead to worse code generation.

rdar://152665294
2025-06-10 11:31:03 +02:00

4.2 KiB