[all-commits] [llvm/llvm-project] 569470: [CodeGen][NewPM] Port RegAllocGreedy to NPM
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Feb 4 01:24:27 PST 2025
Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
Home: https://github.com/llvm/llvm-project
Commit: 56947074788655fe2131174fd672a000fee605cd
https://github.com/llvm/llvm-project/commit/56947074788655fe2131174fd672a000fee605cd
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/Passes/MachinePassRegistry.def
M llvm/lib/CodeGen/CodeGen.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocGreedy.h
M llvm/lib/Passes/PassBuilder.cpp
Log Message:
-----------
[CodeGen][NewPM] Port RegAllocGreedy to NPM
Commit: f4c22ee3335708db1382ff6afe1ea3c3a122f0a8
https://github.com/llvm/llvm-project/commit/f4c22ee3335708db1382ff6afe1ea3c3a122f0a8
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
A llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/Passes/MachinePassRegistry.def
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Move pass to a new header, add options
Commit: 7ce11815aa7921c393a2460c920ac5d66a0f9c99
https://github.com/llvm/llvm-project/commit/7ce11815aa7921c393a2460c920ac5d66a0f9c99
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Move VRM after LiveIntervals
Commit: f7cbb3d1ac19c6742ffdbd832ab90a71f3f88952
https://github.com/llvm/llvm-project/commit/f7cbb3d1ac19c6742ffdbd832ab90a71f3f88952
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/Passes/MachinePassRegistry.def
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
AS: Rename to greedy, CFG obviation, comment fix
Commit: 614f463a72a8ec96bbc4e5fcf95818a29bf21ed4
https://github.com/llvm/llvm-project/commit/614f463a72a8ec96bbc4e5fcf95818a29bf21ed4
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M llvm/include/llvm/CodeGen/RegAllocGreedyPass.h
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocGreedy.h
Log Message:
-----------
AS, remove setAnlayses and use constructor itself
Compare: https://github.com/llvm/llvm-project/compare/56f7930c6030...614f463a72a8
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