aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2021-07-07 14:25:24 -0700
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2021-07-07 15:47:57 -0700
commit0fdb25cd954c5aaf86259e713f03d119ab9f2700 (patch)
treef5101c328d560d30fa9d5f0e2b9e216022f02965 /llvm/lib/CodeGen/CodeGen.cpp
parent398bfa2eadbea371ab20f4dd8cadbef432b35627 (diff)
downloadllvm-0fdb25cd954c5aaf86259e713f03d119ab9f2700.zip
llvm-0fdb25cd954c5aaf86259e713f03d119ab9f2700.tar.gz
llvm-0fdb25cd954c5aaf86259e713f03d119ab9f2700.tar.bz2
[AMDGPU] Disable garbage collection passes
Differential Revision: https://reviews.llvm.org/D105593
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index d2400d0..7083252 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -99,6 +99,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeRegisterCoalescerPass(Registry);
initializeRenameIndependentSubregsPass(Registry);
initializeSafeStackLegacyPassPass(Registry);
+ initializeShadowStackGCLoweringPass(Registry);
initializeShrinkWrapPass(Registry);
initializeSjLjEHPreparePass(Registry);
initializeSlotIndexesPass(Registry);