[all-commits] [llvm/llvm-project] 49aad1: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Dec 3 22:45:14 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: 49aad11bf17c493f4035a95ffa49fe5f0ae0c3c7
https://github.com/llvm/llvm-project/commit/49aad11bf17c493f4035a95ffa49fe5f0ae0c3c7
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-03 (Tue, 03 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: 42a168d61a109e10254580efc5d7865671df08a4
https://github.com/llvm/llvm-project/commit/42a168d61a109e10254580efc5d7865671df08a4
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-03 (Tue, 03 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: 2fa30c4ee7e633468f85343a0c2580d03e270ee2
https://github.com/llvm/llvm-project/commit/2fa30c4ee7e633468f85343a0c2580d03e270ee2
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
Commit: aa95f75ad79acf36ad9e479304a4318a4c4400cd
https://github.com/llvm/llvm-project/commit/aa95f75ad79acf36ad9e479304a4318a4c4400cd
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
Log Message:
-----------
Add TODO to remove provider, remove paren
Compare: https://github.com/llvm/llvm-project/compare/e676e6cd37ac...aa95f75ad79a
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