[all-commits] [llvm/llvm-project] 4d9d07: [CodeGen] Use RegClassFilterFunc where appropriate...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jul 16 15:43:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d9d07c5fbe9968d6f0508431062b31fbaead691
      https://github.com/llvm/llvm-project/commit/4d9d07c5fbe9968d6f0508431062b31fbaead691
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-16 (Sat, 16 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/RegAllocFast.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp

  Log Message:
  -----------
  [CodeGen] Use RegClassFilterFunc where appropriate (NFC)


  Commit: c0fe37de04967efa0c1a1a8bd896c63b5f28bd5a
      https://github.com/llvm/llvm-project/commit/c0fe37de04967efa0c1a1a8bd896c63b5f28bd5a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-07-16 (Sat, 16 Jul 2022)

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

  Log Message:
  -----------
  [CodeGen] Remove redundant declaration createGreedyRegisterAllocator (NFC)

The function is declared in llvm/include/llvm/CodeGen/Passes.h.

Identified with readability-redundant-declaration.


Compare: https://github.com/llvm/llvm-project/compare/d29c9477320b...c0fe37de0496


More information about the All-commits mailing list