[all-commits] [llvm/llvm-project] 8bfd6b: [SSAUpdater] Use DenseMap::operator[] (NFC) (#107179)

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


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

  Changed paths:
    M llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h

  Log Message:
  -----------
  [SSAUpdater] Use DenseMap::operator[] (NFC) (#107179)

I'm planning to deprecate DenseMap::FindAndConstruct in favor of
DenseMap::operator[].  I thought about renaming the variable to
PredInfo, but the name is taken, so I am leaving the name as is.



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