[all-commits] [llvm/llvm-project] 8da9eb: [BOLT] Use std::tie to implement operator< (NFC) (...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Tue Jun 10 11:32:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8da9eb235d7c8a99435d34133ef1ed7aa83bd2a3
      https://github.com/llvm/llvm-project/commit/8da9eb235d7c8a99435d34133ef1ed7aa83bd2a3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

  Changed paths:
    M bolt/include/bolt/Core/BinaryBasicBlock.h
    M bolt/include/bolt/Passes/PAuthGadgetScanner.h
    M bolt/lib/Profile/YAMLProfileWriter.cpp

  Log Message:
  -----------
  [BOLT] Use std::tie to implement operator< (NFC) (#143560)

std::tie facilitates lexicographical comparisons through std::tuple's
built-in 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