[all-commits] [llvm/llvm-project] 362594: [TableGen] Remove unnecessary sortAndUniqueRegiste...

Jay Foad via All-commits all-commits at lists.llvm.org
Wed Jul 16 12:28:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 362594a10fa5fd8e5f8d31eb5391370c928b639e
      https://github.com/llvm/llvm-project/commit/362594a10fa5fd8e5f8d31eb5391370c928b639e
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M llvm/utils/TableGen/Common/CodeGenRegisters.cpp

  Log Message:
  -----------
  [TableGen] Remove unnecessary sortAndUniqueRegisters (#149125)

Each of the SRSets is already sorted and unique because it is a filtered
version of RC->getMembers() which is already sorted and unique.



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