[all-commits] [llvm/llvm-project] 1ab616: [BOLT] Remove unused DenseMapInfo::getEmptyKey (#2...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jun 6 11:18:44 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ab61645d59c25699e32a09f74e3b5a7824915f1
      https://github.com/llvm/llvm-project/commit/1ab61645d59c25699e32a09f74e3b5a7824915f1
  Author: Fangrui Song <i at maskray.me>
  Date:   2026-06-06 (Sat, 06 Jun 2026)

  Changed paths:
    M bolt/include/bolt/Passes/DataflowAnalysis.h
    M bolt/include/bolt/Passes/SplitFunctions.h
    M bolt/include/bolt/Profile/DataReader.h

  Log Message:
  -----------
  [BOLT] Remove unused DenseMapInfo::getEmptyKey (#201986)

After #201281 DenseMapInfo<T>::getEmptyKey() is no longer used by
DenseMap. Remove the unused getEmptyKey definitions and dead sentinel
uses.



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