[all-commits] [llvm/llvm-project] 741269: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Mon Dec 2 22:18:41 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: 74126956b417d6f750303a263c28ab45e5ce0592
https://github.com/llvm/llvm-project/commit/74126956b417d6f750303a263c28ab45e5ce0592
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-02 (Mon, 02 Dec 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: 86413f28029502fd7030783ccde62a12e2265cfd
https://github.com/llvm/llvm-project/commit/86413f28029502fd7030783ccde62a12e2265cfd
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-02 (Mon, 02 Dec 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.
Commit: e676e6cd37ace04960a17da4ab2055141cde639a
https://github.com/llvm/llvm-project/commit/e676e6cd37ace04960a17da4ab2055141cde639a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
Log Message:
-----------
Remove parenthesis
Compare: https://github.com/llvm/llvm-project/compare/6faee3f71957...e676e6cd37ac
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