diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-09-12 11:05:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-12 11:05:14 +0200 |
commit | 1bafd020c7c80be476f211bc239ce43424f7e0ce (patch) | |
tree | f889d4ce1e5583d593f965be42f9bd9a12fd2b5b /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 9e1d656c682cd0bf6f123fba2064ffdb8861f790 (diff) | |
download | llvm-1bafd020c7c80be476f211bc239ce43424f7e0ce.zip llvm-1bafd020c7c80be476f211bc239ce43424f7e0ce.tar.gz llvm-1bafd020c7c80be476f211bc239ce43424f7e0ce.tar.bz2 |
[libc++] Mark __{emplace,push}_back_slow_path as noinline (#94379)
These are almost certainly intended to not be inlined. This
significantly reduces code size when `push_back` and `emplace_back` are
used heavily.
Fixes #94360
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions