[all-commits] [llvm/llvm-project] 4d030f: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Thu Jan 23 01:04:16 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: 4d030f4f259eca8ea8a4da51f4255751dcbb1346
https://github.com/llvm/llvm-project/commit/4d030f4f259eca8ea8a4da51f4255751dcbb1346
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: 22f69d6f93f41b38b8dcd5547b7ce7eee02544ba
https://github.com/llvm/llvm-project/commit/22f69d6f93f41b38b8dcd5547b7ce7eee02544ba
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: e7db26ac5fdc7c16babfa7d8514e22650284ff55
https://github.com/llvm/llvm-project/commit/e7db26ac5fdc7c16babfa7d8514e22650284ff55
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
Log Message:
-----------
Remove parenthesis
Commit: 46d6ecfae8e753f8cf8253a6311371ccd8dba89a
https://github.com/llvm/llvm-project/commit/46d6ecfae8e753f8cf8253a6311371ccd8dba89a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: 2d24ea2d041eb359b7228a476f3570ccf48e8570
https://github.com/llvm/llvm-project/commit/2d24ea2d041eb359b7228a476f3570ccf48e8570
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: 318918ca5b49fd7b1f6612c19ef3e40592cee0fe
https://github.com/llvm/llvm-project/commit/318918ca5b49fd7b1f6612c19ef3e40592cee0fe
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: 46e937ed11878f5a3a939c172aa9d2b90083035d
https://github.com/llvm/llvm-project/commit/46e937ed11878f5a3a939c172aa9d2b90083035d
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: 9bf242afaddf8aad892fb93cb12d240c72ec847a
https://github.com/llvm/llvm-project/commit/9bf242afaddf8aad892fb93cb12d240c72ec847a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Apply suggestions
Commit: 7538d53fe88a58505f5d051d82ac2939bb7a48d7
https://github.com/llvm/llvm-project/commit/7538d53fe88a58505f5d051d82ac2939bb7a48d7
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-22 (Wed, 22 Jan 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: 37f96a9f5c90b05c4452cc5766781fffaa31ea28
https://github.com/llvm/llvm-project/commit/37f96a9f5c90b05c4452cc5766781fffaa31ea28
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-23 (Thu, 23 Jan 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/72eff5583e4b...37f96a9f5c90
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