[all-commits] [llvm/llvm-project] 5e62c8: [CodeGen][NewPM] Port RegAllocEvictionAdvisor anal...
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Jan 7 02:19:17 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: 5e62c8289d9e8eb5b54bafd2d1e249ad778e83bb
https://github.com/llvm/llvm-project/commit/5e62c8289d9e8eb5b54bafd2d1e249ad778e83bb
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: fc9572b8432a36893affe8dc5720d04f1231c2b6
https://github.com/llvm/llvm-project/commit/fc9572b8432a36893affe8dc5720d04f1231c2b6
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 6deb4e92e87f19eb0dc6939d6eb3d21aff0e35b3
https://github.com/llvm/llvm-project/commit/6deb4e92e87f19eb0dc6939d6eb3d21aff0e35b3
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/MLRegAllocEvictAdvisor.cpp
Log Message:
-----------
Remove parenthesis
Commit: beb0ac578704eb392873b2c27ed115783869e4ab
https://github.com/llvm/llvm-project/commit/beb0ac578704eb392873b2c27ed115783869e4ab
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 9acf6bca92829b06955af97fe6b736ee5674e93c
https://github.com/llvm/llvm-project/commit/9acf6bca92829b06955af97fe6b736ee5674e93c
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 94dc58331515b1e8d2e59d19c315c37a6f392438
https://github.com/llvm/llvm-project/commit/94dc58331515b1e8d2e59d19c315c37a6f392438
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 3c92018d4bf2747ad23f69498a880f8eb97316ee
https://github.com/llvm/llvm-project/commit/3c92018d4bf2747ad23f69498a880f8eb97316ee
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 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: 234a0ec11714aef239c9ed5c0d99023a07a37d4a
https://github.com/llvm/llvm-project/commit/234a0ec11714aef239c9ed5c0d99023a07a37d4a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocEvictionAdvisor.h
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Apply suggestions
Compare: https://github.com/llvm/llvm-project/compare/3ea391fe2e94...234a0ec11714
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