[all-commits] [llvm/llvm-project] 65b40f: RegAlloc: Rename MLRegalloc* files to use consiste...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Sep 3 06:03:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65b40f273f09a53f61a13ac6f4bb65ec4ac63d6e
      https://github.com/llvm/llvm-project/commit/65b40f273f09a53f61a13ac6f4bb65ec4ac63d6e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-09-03 (Sun, 03 Sep 2023)

  Changed paths:
    M .github/CODEOWNERS
    M clang/docs/tools/clang-formatted-files.txt
    M llvm/lib/Analysis/models/interactive_host.py
    M llvm/lib/CodeGen/CMakeLists.txt
    A llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    A llvm/lib/CodeGen/MLRegAllocEvictAdvisor.h
    A llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    R llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
    R llvm/lib/CodeGen/MLRegallocEvictAdvisor.h
    R llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp
    A llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
    A llvm/test/CodeGen/MLRegAlloc/Inputs/interactive_main.py
    A llvm/test/CodeGen/MLRegAlloc/Inputs/reference-log-noml.txt
    A llvm/test/CodeGen/MLRegAlloc/Inputs/reference-prio-log-noml.txt
    A llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
    A llvm/test/CodeGen/MLRegAlloc/bb-profile-dump.ll
    A llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
    A llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
    A llvm/test/CodeGen/MLRegAlloc/dev-mode-extra-features-logging.ll
    A llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
    A llvm/test/CodeGen/MLRegAlloc/dev-mode-logging.ll
    A llvm/test/CodeGen/MLRegAlloc/dev-mode-prio-logging.ll
    A llvm/test/CodeGen/MLRegAlloc/dev-rel-equivalence.ll
    A llvm/test/CodeGen/MLRegAlloc/empty-log.ll
    A llvm/test/CodeGen/MLRegAlloc/interactive-mode.ll
    A llvm/test/CodeGen/MLRegAlloc/lit.local.cfg
    A llvm/test/CodeGen/MLRegAlloc/rel-codepath.ll
    R llvm/test/CodeGen/MLRegalloc/Inputs/input.ll
    R llvm/test/CodeGen/MLRegalloc/Inputs/interactive_main.py
    R llvm/test/CodeGen/MLRegalloc/Inputs/reference-log-noml.txt
    R llvm/test/CodeGen/MLRegalloc/Inputs/reference-prio-log-noml.txt
    R llvm/test/CodeGen/MLRegalloc/Inputs/two-large-fcts.ll
    R llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
    R llvm/test/CodeGen/MLRegalloc/default-eviction-advisor.ll
    R llvm/test/CodeGen/MLRegalloc/default-priority-advisor.ll
    R llvm/test/CodeGen/MLRegalloc/dev-mode-extra-features-logging.ll
    R llvm/test/CodeGen/MLRegalloc/dev-mode-log-2-fcts.ll
    R llvm/test/CodeGen/MLRegalloc/dev-mode-logging.ll
    R llvm/test/CodeGen/MLRegalloc/dev-mode-prio-logging.ll
    R llvm/test/CodeGen/MLRegalloc/dev-rel-equivalence.ll
    R llvm/test/CodeGen/MLRegalloc/empty-log.ll
    R llvm/test/CodeGen/MLRegalloc/interactive-mode.ll
    R llvm/test/CodeGen/MLRegalloc/lit.local.cfg
    R llvm/test/CodeGen/MLRegalloc/rel-codepath.ll
    M llvm/unittests/CodeGen/CMakeLists.txt
    A llvm/unittests/CodeGen/MLRegAllocDevelopmentFeatures.cpp
    R llvm/unittests/CodeGen/MLRegallocDevelopmentFeatures.cpp
    M llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
    M llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn

  Log Message:
  -----------
  RegAlloc: Rename MLRegalloc* files to use consistent captalization

The other regalloc related files use RegAlloc, not Regalloc.




More information about the All-commits mailing list