[all-commits] [llvm/llvm-project] cc0367: [CodeGen][NewPM] Port RegAllocGreedy to NPM
Akshat Oke via All-commits
all-commits at lists.llvm.org
Tue Feb 18 03:57:19 PST 2025
Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
Home: https://github.com/llvm/llvm-project
Commit: cc0367a02d043a96980843b1ea491779daa2d3c0
https://github.com/llvm/llvm-project/commit/cc0367a02d043a96980843b1ea491779daa2d3c0
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: bc7b34cb6445d8cbeb0c41432fb1c06edafb5284
https://github.com/llvm/llvm-project/commit/bc7b34cb6445d8cbeb0c41432fb1c06edafb5284
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: 074701fb401f1c75a58078a901d72d4a5e46fbb1
https://github.com/llvm/llvm-project/commit/074701fb401f1c75a58078a901d72d4a5e46fbb1
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Move VRM after LiveIntervals
Commit: a10d8c4b24ba4e797876ac639f2cb2b10b393c00
https://github.com/llvm/llvm-project/commit/a10d8c4b24ba4e797876ac639f2cb2b10b393c00
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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: bdeb746e1dcc16d9fa15aa74ab2bc80932c82f67
https://github.com/llvm/llvm-project/commit/bdeb746e1dcc16d9fa15aa74ab2bc80932c82f67
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 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
Commit: 77025172f7864e0afee90cabf4dbcd7883d6ab6d
https://github.com/llvm/llvm-project/commit/77025172f7864e0afee90cabf4dbcd7883d6ab6d
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocGreedy.h
Log Message:
-----------
remove setAnalyses()
Commit: 3298185f9e87f54eb9d2feec077ca21498ee8162
https://github.com/llvm/llvm-project/commit/3298185f9e87f54eb9d2feec077ca21498ee8162
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
keep pass name same as legacy (greedy)
Commit: 360a1262b540c8387498bd3ad5da472699578d97
https://github.com/llvm/llvm-project/commit/360a1262b540c8387498bd3ad5da472699578d97
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocGreedy.h
Log Message:
-----------
Set analyses in constructors
Compare: https://github.com/llvm/llvm-project/compare/c2770f616230...360a1262b540
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