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

Akshat Oke via All-commits all-commits at lists.llvm.org
Thu Jan 23 01:11:19 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: 0eae465092e76474a7e87f5617748d091a5d7ca3
      https://github.com/llvm/llvm-project/commit/0eae465092e76474a7e87f5617748d091a5d7ca3
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 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: bc734c9882a2c8927f1c9ef21be5056251b02cb1
      https://github.com/llvm/llvm-project/commit/bc734c9882a2c8927f1c9ef21be5056251b02cb1
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 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: b42b555b7d8e245a83ca56f65f33de6df64a38fb
      https://github.com/llvm/llvm-project/commit/b42b555b7d8e245a83ca56f65f33de6df64a38fb
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 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: 1d5f91238b9b7d6e286036bd2c922dd3cf1bff4f
      https://github.com/llvm/llvm-project/commit/1d5f91238b9b7d6e286036bd2c922dd3cf1bff4f
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 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: 6bf4e640ec637f371b6073fbf6b1c7fdaf5f747e
      https://github.com/llvm/llvm-project/commit/6bf4e640ec637f371b6073fbf6b1c7fdaf5f747e
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

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

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


  Commit: 83b2880e0b157903548c7b8321fe04d5e40fde80
      https://github.com/llvm/llvm-project/commit/83b2880e0b157903548c7b8321fe04d5e40fde80
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

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

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


Compare: https://github.com/llvm/llvm-project/compare/69dfafcfb388...83b2880e0b15

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