[all-commits] [llvm/llvm-project] 8133d4: [CGOpenMPRuntime] Use DenseMap::operator[] (NFC) (...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Sep 4 01:36:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8133d47632f35df00933bfd3d3626b003206ede4
      https://github.com/llvm/llvm-project/commit/8133d47632f35df00933bfd3d3626b003206ede4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp

  Log Message:
  -----------
  [CGOpenMPRuntime] Use DenseMap::operator[] (NFC) (#107185)

I'm planning to deprecate DenseMap::FindAndConstruct in favor of
DenseMap::operator[].



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