aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2025-07-23 11:36:49 +0100
committerGitHub <noreply@github.com>2025-07-23 11:36:49 +0100
commitd449d3dc13daff388cbf6a7bb910e0511804eb84 (patch)
tree3723d9987211213d459302499a01a78f54fae6b9 /llvm/lib/CodeGen/CodeGen.cpp
parent756ac65987b84b7427c25d76f069a04a4a817a5c (diff)
downloadllvm-d449d3dc13daff388cbf6a7bb910e0511804eb84.zip
llvm-d449d3dc13daff388cbf6a7bb910e0511804eb84.tar.gz
llvm-d449d3dc13daff388cbf6a7bb910e0511804eb84.tar.bz2
[CodeGen] Remove FinalizeMachineBundles pass (#149806)
Replace its only use in the AMDGPU R600 backend with a call to finalizeBundles.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index c3b4077..989cf4c4 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -45,7 +45,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeExpandPostRALegacyPass(Registry);
initializeFEntryInserterLegacyPass(Registry);
initializeFinalizeISelPass(Registry);
- initializeFinalizeMachineBundlesPass(Registry);
initializeFixupStatepointCallerSavedLegacyPass(Registry);
initializeFuncletLayoutPass(Registry);
initializeGCMachineCodeAnalysisPass(Registry);