[all-commits] [llvm/llvm-project] 43ab5b: [CodeGen] Use std::tie to implement a comparison f...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Jun 29 08:26:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43ab5bb92115c8fd02e5da030a13b4ae1f83cb0a
      https://github.com/llvm/llvm-project/commit/43ab5bb92115c8fd02e5da030a13b4ae1f83cb0a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-29 (Sun, 29 Jun 2025)

  Changed paths:
    M llvm/lib/CodeGen/MachineScheduler.cpp

  Log Message:
  -----------
  [CodeGen] Use std::tie to implement a comparison functor (NFC) (#146252)

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