[all-commits] [llvm/llvm-project] 71f80f: [CodeGen][NewPM] Port RegAllocPriorityAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Jan 7 02:20:04 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: 71f80fc3a116a28319153127cdbcb0086e64b064
https://github.com/llvm/llvm-project/commit/71f80fc3a116a28319153127cdbcb0086e64b064
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 887b6ab7ee6c98bbd161f8fb4449c1d374efaad2
https://github.com/llvm/llvm-project/commit/887b6ab7ee6c98bbd161f8fb4449c1d374efaad2
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: cb9dd7ef0706b7eb77af35fba9ea1ecb5abda042
https://github.com/llvm/llvm-project/commit/cb9dd7ef0706b7eb77af35fba9ea1ecb5abda042
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 6bcedadb27c403e17f8807371cb576d766e6a7d4
https://github.com/llvm/llvm-project/commit/6bcedadb27c403e17f8807371cb576d766e6a7d4
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 00a897be4e74380d5e160b86a8281e60477034fb
https://github.com/llvm/llvm-project/commit/00a897be4e74380d5e160b86a8281e60477034fb
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocPriorityAdvisor.cpp
Log Message:
-----------
run clang format
Compare: https://github.com/llvm/llvm-project/compare/55eeb9fadd91...00a897be4e74
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