[all-commits] [llvm/llvm-project] 492312: [CodeGen][NewPM] Port RegAllocGreedy to NPM
Akshat Oke via All-commits
all-commits at lists.llvm.org
Thu Feb 20 00:12:12 PST 2025
Branch: refs/heads/users/Akshat-Oke/12-11-_codegen_newpm_port_regallocgreedy_to_npm
Home: https://github.com/llvm/llvm-project
Commit: 492312fcfd6c341334b27c2529d7bcd957cb858b
https://github.com/llvm/llvm-project/commit/492312fcfd6c341334b27c2529d7bcd957cb858b
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 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: ba8772e91cfeb8fb5fc412ba3a238ba6f4227a36
https://github.com/llvm/llvm-project/commit/ba8772e91cfeb8fb5fc412ba3a238ba6f4227a36
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 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: 51db30d3febd4678856cd1815efab20c4bef6521
https://github.com/llvm/llvm-project/commit/51db30d3febd4678856cd1815efab20c4bef6521
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
Move VRM after LiveIntervals
Commit: b9e20623a94de5d86d8a94249226351c53fdc3ac
https://github.com/llvm/llvm-project/commit/b9e20623a94de5d86d8a94249226351c53fdc3ac
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 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: 8708770351354e7305b9decb26321b1e4a89a771
https://github.com/llvm/llvm-project/commit/8708770351354e7305b9decb26321b1e4a89a771
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 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: b3cc9cb304d6ba208e8784b5a1b50becc376b354
https://github.com/llvm/llvm-project/commit/b3cc9cb304d6ba208e8784b5a1b50becc376b354
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegAllocGreedy.h
Log Message:
-----------
remove setAnalyses()
Commit: 7bf42876e3c7f706bd5510f8c22aa031f1b65872
https://github.com/llvm/llvm-project/commit/7bf42876e3c7f706bd5510f8c22aa031f1b65872
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
keep pass name same as legacy (greedy)
Commit: 88c92e84a43e31ae17c8fdc8ca2bb1fa9dbf0422
https://github.com/llvm/llvm-project/commit/88c92e84a43e31ae17c8fdc8ca2bb1fa9dbf0422
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2025-02-20 (Thu, 20 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/ca1317d6c01b...88c92e84a43e
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