[all-commits] [llvm/llvm-project] 26ac74: [memprof] std::move matchings (NFC) (#128933)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Feb 26 15:04:12 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26ac7429d1d6aed080430e8f5d890531b1054f2d
      https://github.com/llvm/llvm-project/commit/26ac7429d1d6aed080430e8f5d890531b1054f2d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-02-26 (Wed, 26 Feb 2025)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp

  Log Message:
  -----------
  [memprof] std::move matchings (NFC) (#128933)

We do not use Matchings after we call try_emplace, so we can just
std::move Matchings.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list