mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.