[all-commits] [llvm/llvm-project] 0bef4e: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...

Akshat Oke via All-commits all-commits at lists.llvm.org
Fri Nov 29 01:20:51 PST 2024


  Branch: refs/heads/users/Akshat-Oke/11-22-_codegen_newpm_port_regallocevictionadvisor_analysis_to_npm
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bef4ef6160dcaa5dd06b782326d1662037459cb
      https://github.com/llvm/llvm-project/commit/0bef4ef6160dcaa5dd06b782326d1662037459cb
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-11-25 (Mon, 25 Nov 2024)

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

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


  Commit: 6faee3f719576c5dbd448a246aece2eae22db9f6
      https://github.com/llvm/llvm-project/commit/6faee3f719576c5dbd448a246aece2eae22db9f6
  Author: Akshat Oke <Akshat.Oke at amd.com>
  Date:   2024-11-29 (Fri, 29 Nov 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    M llvm/include/llvm/Passes/MachinePassRegistry.def
    M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
    M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
    M llvm/lib/Passes/PassRegistry.def

  Log Message:
  -----------
  Remove Provider::doInit, change to MF analysis

init is in the constructor. The new MF analysis lazily intiailizes the
provider. The (wrapped) provider is the analysis result.


Compare: https://github.com/llvm/llvm-project/compare/0066231ef267...6faee3f71957

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