[all-commits] [llvm/llvm-project] 4ecb3c: [CodeGen][NFC] Remove one meaningless `equal_to` s...

A. Jiang via All-commits all-commits at lists.llvm.org
Fri Nov 7 15:25:29 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4ecb3c78359c6cfe6fc1b4c00fc454b96737e0c5
      https://github.com/llvm/llvm-project/commit/4ecb3c78359c6cfe6fc1b4c00fc454b96737e0c5
  Author: A. Jiang <de34 at live.cn>
  Date:   2025-11-08 (Sat, 08 Nov 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RDFRegisters.h

  Log Message:
  -----------
  [CodeGen][NFC] Remove one meaningless `equal_to` specialization (#166115)

The `std::equal_to<llvm::rdf::RegisterAggr>` specialization (introduced
in 9521704553e8a330cfdf5a0611885680073178b2) does the same things as the
primary `std::equal_to` template. This is valid but meaningless. As a
result, it's perhaps better to remove this full specialization.



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