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

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Jun 11 12:50:48 PDT 2025


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

  Changed paths:
    M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
    M llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp

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

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