diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-04-11 17:55:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 17:55:25 +0200 |
commit | b63fe0d72e2df3b3c4b9fcb91aea07b2582be195 (patch) | |
tree | 829a701a6e4504ac9f34042d8f008e33a2e51786 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 7ab7e7a55f3fce08ccd3cbcae94dabe99dd9e94a (diff) | |
download | llvm-b63fe0d72e2df3b3c4b9fcb91aea07b2582be195.zip llvm-b63fe0d72e2df3b3c4b9fcb91aea07b2582be195.tar.gz llvm-b63fe0d72e2df3b3c4b9fcb91aea07b2582be195.tar.bz2 |
[libc++][NFC] Reduce the memory footprint of __copy_cv a bit (#87718)
Instead of instantiating `__copy_cv` for every combination of `_From`
and `_To` this only instantiates `__copy_cv` for every `_From` type,
reducing the number of instantiations.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions