[all-commits] [llvm/llvm-project] 56da4a: [llvm] Use std::tie to implement comparison functo...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Jun 27 22:08:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56da4a962855a408aabeaba331ed341eedb6f3a3
      https://github.com/llvm/llvm-project/commit/56da4a962855a408aabeaba331ed341eedb6f3a3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M llvm/include/llvm/ProfileData/SampleProf.h
    M llvm/lib/Target/Hexagon/HexagonBlockRanges.h
    M llvm/lib/Target/X86/X86PreTileConfig.cpp

  Log Message:
  -----------
  [llvm] Use std::tie to implement comparison functors (NFC) (#146197)

std::tie clearly expresses the intent while slightly shortening the
code.



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