Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/Utilities
Erik Eckstein 210d1150c8 EscapeUtils: speed up hasRelevantType
The run time of `Value.hasTrivialNonPointerType` is not negligible, because it does a cache lookup of type lowerings.
Only do this check if it's really needed.
2023-03-14 21:07:03 +01:00
..