[all-commits] [llvm/llvm-project] 663803: [CodeGen][NewPM] Port RegAllocPriorityAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Feb 18 03:53:11 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: 6638037194a6ba920de27d08ffb33f599d601bd5
https://github.com/llvm/llvm-project/commit/6638037194a6ba920de27d08ffb33f599d601bd5
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: 1ad434e4cac8e41541dd09b54ae1d0cd4f553565
https://github.com/llvm/llvm-project/commit/1ad434e4cac8e41541dd09b54ae1d0cd4f553565
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: 07448e9099a974a291b72cc4a2c1ee6b1299be88
https://github.com/llvm/llvm-project/commit/07448e9099a974a291b72cc4a2c1ee6b1299be88
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: 2be167eb6aef18e525d22500ba784cff7aecc6d2
https://github.com/llvm/llvm-project/commit/2be167eb6aef18e525d22500ba784cff7aecc6d2
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: 811641979e55e06295b7cc375ab18190edcb6d0b
https://github.com/llvm/llvm-project/commit/811641979e55e06295b7cc375ab18190edcb6d0b
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: 628f6d1c39834b846596bc4303e101fd8f8f5a0b
https://github.com/llvm/llvm-project/commit/628f6d1c39834b846596bc4303e101fd8f8f5a0b
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: a08db78f9113e15d0f111e19aba46dccc567dfb2
https://github.com/llvm/llvm-project/commit/a08db78f9113e15d0f111e19aba46dccc567dfb2
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: 4ced4fd315239587d990dc144550f732520240d9
https://github.com/llvm/llvm-project/commit/4ced4fd315239587d990dc144550f732520240d9
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: 5b13ebdc7c9d1fa4d4824f6160ee6d856808dc6c
https://github.com/llvm/llvm-project/commit/5b13ebdc7c9d1fa4d4824f6160ee6d856808dc6c
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/230c3225598f...5b13ebdc7c9d
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