diff options
| author | serge-sans-paille <sguelton@mozilla.com> | 2026-02-03 22:08:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-03 14:08:47 -0800 |
| commit | b0b9046539a2d405892712857cac2fe6a9a17cda (patch) | |
| tree | 6920738355450ed5d116dcab5de3a22305f7e584 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
| parent | 254b3b137efb1be5a5e57188b3f8a8ff934bdf78 (diff) | |
| download | llvm-b0b9046539a2d405892712857cac2fe6a9a17cda.tar.gz llvm-b0b9046539a2d405892712857cac2fe6a9a17cda.tar.bz2 llvm-b0b9046539a2d405892712857cac2fe6a9a17cda.zip | |
[BPF] Replace copy-assign by move-assign in llvm/lib/Target/BPF/ (#179462)
An SDLoc transitively contains a TrackingMDRef which have a specialized
move constructor. It's more efficient to move element to it instead of
copying them.
FileContent contains std::vector<...> values. It's more efficient to
move then to copy the whole vector.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions
