[all-commits] [llvm/llvm-project] cfa8ad: [CodeGen][NewPM] Port RegAllocPriorityAdvisor anal...

Akshat Oke via All-commits all-commits at lists.llvm.org
Wed Feb 5 20:20:28 PST 2025


  Branch: refs/heads/users/Akshat-Oke/12-03-_codegen_newpm_port_regallocpriorityadvisor_analysis_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: cfa8ade76569e98f246cdf9c79c3b7202c67c904
      https://github.com/llvm/llvm-project/commit/cfa8ade76569e98f246cdf9c79c3b7202c67c904
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    A llvm/include/llvm/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.h
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
    R llvm/lib/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/Passes/PassBuilder.cpp

  Log Message:
  -----------
  [CodeGen][NewPM] Port RegAllocPriorityAdvisor analysis to NPM


  Commit: 28febef5cfe8993bf6e9af595a6a0afe3246f653
      https://github.com/llvm/llvm-project/commit/28febef5cfe8993bf6e9af595a6a0afe3246f653
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp

  Log Message:
  -----------
  use the provider as the analysis result

Avoid setting the advisor from the legacy wrapper after setting all
other analyses.


  Commit: 8a98f62403302de3b847266dff9ad6f69cda71f2
      https://github.com/llvm/llvm-project/commit/8a98f62403302de3b847266dff9ad6f69cda71f2
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp

  Log Message:
  -----------
  Suggestions and remove createProvider methods


  Commit: 0c67ca0c5e208d22bde6e587596e8174d847b9d3
      https://github.com/llvm/llvm-project/commit/0c67ca0c5e208d22bde6e587596e8174d847b9d3
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp

  Log Message:
  -----------
  Apply suggestions and remove setAnalyses


  Commit: 575a73be7a3823e73d301f7f36f07c91033e1b39
      https://github.com/llvm/llvm-project/commit/575a73be7a3823e73d301f7f36f07c91033e1b39
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

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

  Log Message:
  -----------
  run clang format


  Commit: 47f1da91faef30b9083e4f19bcf4bac53c50f7e0
      https://github.com/llvm/llvm-project/commit/47f1da91faef30b9083e4f19bcf4bac53c50f7e0
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

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

  Log Message:
  -----------
  Add newline at EOF


  Commit: fab53255d963356a170d8b8faf79a60df7123587
      https://github.com/llvm/llvm-project/commit/fab53255d963356a170d8b8faf79a60df7123587
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocGreedy.cpp
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp

  Log Message:
  -----------
  make SI a reference


  Commit: cb86cd429efc6e10f92e556fb79e43a1e5a53bdf
      https://github.com/llvm/llvm-project/commit/cb86cd429efc6e10f92e556fb79e43a1e5a53bdf
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocPriorityAdvisor.h
    M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp

  Log Message:
  -----------
  AS, remove initializeMLProvider()


  Commit: 770f89e2744fee9acf1f14161871072ee42215ae
      https://github.com/llvm/llvm-project/commit/770f89e2744fee9acf1f14161871072ee42215ae
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

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

  Log Message:
  -----------
  remove assert


Compare: https://github.com/llvm/llvm-project/compare/f985de9cb1ce...770f89e2744f

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