[all-commits] [llvm/llvm-project] 6410c9: [CodeGen][NewPM] Port RegAllocPriorityAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Feb 18 04:08:05 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: 6410c9ed8df72839233e132e10d959e358899442
https://github.com/llvm/llvm-project/commit/6410c9ed8df72839233e132e10d959e358899442
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: 27ee191445fc7c57e29306d012e950241557d7a6
https://github.com/llvm/llvm-project/commit/27ee191445fc7c57e29306d012e950241557d7a6
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: b5c546863c6b3f8f265b3127c436fb07495f30fd
https://github.com/llvm/llvm-project/commit/b5c546863c6b3f8f265b3127c436fb07495f30fd
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: 4a3d13c9b5c2e3987c377c0fe5467d60ace0a5f1
https://github.com/llvm/llvm-project/commit/4a3d13c9b5c2e3987c377c0fe5467d60ace0a5f1
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: 168898c26e771ce21d452a3ab3ff0b96d9dc9702
https://github.com/llvm/llvm-project/commit/168898c26e771ce21d452a3ab3ff0b96d9dc9702
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
Log Message:
-----------
run clang format
Commit: e4e20333edd0e9d7a73b52b23207d9204b2f9a12
https://github.com/llvm/llvm-project/commit/e4e20333edd0e9d7a73b52b23207d9204b2f9a12
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/MLRegAllocPriorityAdvisor.cpp
Log Message:
-----------
Add newline at EOF
Commit: 5f46c861717d017c8fddec77ecde5a8f32779d31
https://github.com/llvm/llvm-project/commit/5f46c861717d017c8fddec77ecde5a8f32779d31
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: cbcb3d177a1135bae3b4bae00e0b248eb034a4ef
https://github.com/llvm/llvm-project/commit/cbcb3d177a1135bae3b4bae00e0b248eb034a4ef
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: 1df8721ed4a98e0cbac1aa4bb54856171524937e
https://github.com/llvm/llvm-project/commit/1df8721ed4a98e0cbac1aa4bb54856171524937e
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
Log Message:
-----------
remove assert
Compare: https://github.com/llvm/llvm-project/compare/5b13ebdc7c9d...1df8721ed4a9
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