[all-commits] [llvm/llvm-project] 448d0e: [Support] Use std::map::try_emplace (NFC) (#141374)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat May 24 14:48:18 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 448d0ec82142e118c3e1b03d73e885b3e6e3db0e
      https://github.com/llvm/llvm-project/commit/448d0ec82142e118c3e1b03d73e885b3e6e3db0e
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-24 (Sat, 24 May 2025)

  Changed paths:
    M llvm/lib/Support/DAGDeltaAlgorithm.cpp

  Log Message:
  -----------
  [Support] Use std::map::try_emplace (NFC) (#141374)

try_emplace can default-construct values, so we do not need to do so
on our own.



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