aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorAkshat Oke <Akshat.Oke@amd.com>2025-02-05 17:54:57 +0530
committerGitHub <noreply@github.com>2025-02-05 17:54:57 +0530
commitf77f777f35c4d60573c75701eda8ddbaee070c21 (patch)
tree072a59df474af6ef95ab5aacd29f1559a4abc97d /llvm/lib/CodeGen/CodeGen.cpp
parent7945a33a103bbb756ae284237bb7dc577cfa1be4 (diff)
downloadllvm-f77f777f35c4d60573c75701eda8ddbaee070c21.zip
llvm-f77f777f35c4d60573c75701eda8ddbaee070c21.tar.gz
llvm-f77f777f35c4d60573c75701eda8ddbaee070c21.tar.bz2
[CodeGen][NewPM] Port RenameIndependentSubregs to NPM (#125192)
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 37972de..5955d0fc 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -119,7 +119,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeRegisterCoalescerLegacyPass(Registry);
initializeRemoveLoadsIntoFakeUsesPass(Registry);
initializeRemoveRedundantDebugValuesPass(Registry);
- initializeRenameIndependentSubregsPass(Registry);
+ initializeRenameIndependentSubregsLegacyPass(Registry);
initializeSafeStackLegacyPassPass(Registry);
initializeSelectOptimizePass(Registry);
initializeShadowStackGCLoweringPass(Registry);