[all-commits] [llvm/llvm-project] edc1a4: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Wed Feb 5 20:18:53 PST 2025
Branch: refs/heads/users/Akshat-Oke/11-22-_codegen_newpm_port_regallocevictionadvisor_analysis_to_npm
Home: https://github.com/llvm/llvm-project
Commit: edc1a44164ee79f8ee294407ec6d6a44c96434c5
https://github.com/llvm/llvm-project/commit/edc1a44164ee79f8ee294407ec6d6a44c96434c5
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
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: f8200ea90aba5df0f62809707ec95577ef4ee80c
https://github.com/llvm/llvm-project/commit/f8200ea90aba5df0f62809707ec95577ef4ee80c
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
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: 196408d1a547269d679ddc56e3c17235f5663c5f
https://github.com/llvm/llvm-project/commit/196408d1a547269d679ddc56e3c17235f5663c5f
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
Log Message:
-----------
Remove parenthesis
Commit: f64acd3df304643fcc43f7f5ccb3374b9505819a
https://github.com/llvm/llvm-project/commit/f64acd3df304643fcc43f7f5ccb3374b9505819a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
Log Message:
-----------
Add TODO to remove provider, remove paren
Commit: c201f3d336bde6a9cc7386abceb560929de02819
https://github.com/llvm/llvm-project/commit/c201f3d336bde6a9cc7386abceb560929de02819
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
Log Message:
-----------
Remove createProvider*(), add new method in ML.cpp
Commit: 0546a33e5c6a1671e9b7e3d1fe8bc8c1e9d2bbff
https://github.com/llvm/llvm-project/commit/0546a33e5c6a1671e9b7e3d1fe8bc8c1e9d2bbff
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Use the provider as analysis result
Commit: 7786ccb1c47bfe933bddf067c34f0c15cb18e93a
https://github.com/llvm/llvm-project/commit/7786ccb1c47bfe933bddf067c34f0c15cb18e93a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Remove setAnalyses(); pass analysis in getAdvisor
Commit: 13eed2349d944327091f1b43009bb26b91777d8e
https://github.com/llvm/llvm-project/commit/13eed2349d944327091f1b43009bb26b91777d8e
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Apply suggestions
Commit: 8376ffcc63bf5b9073cf6fcfc64adce67902ede0
https://github.com/llvm/llvm-project/commit/8376ffcc63bf5b9073cf6fcfc64adce67902ede0
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
Log Message:
-----------
Remove initializeMLProvider
Commit: 39f08d4bb1bd57e245ac0793671ca0a76545c033
https://github.com/llvm/llvm-project/commit/39f08d4bb1bd57e245ac0793671ca0a76545c033
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-05 (Wed, 05 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
M llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp
Log Message:
-----------
address reviews, use #else
Compare: https://github.com/llvm/llvm-project/compare/3a0e62f20b5a...39f08d4bb1bd
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