We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091304c commit ea4b201Copy full SHA for ea4b201
llvm/lib/Target/AMDGPU/SILowerSGPRSpills.cpp
@@ -83,7 +83,7 @@ char SILowerSGPRSpillsLegacy::ID = 0;
83
INITIALIZE_PASS_BEGIN(SILowerSGPRSpillsLegacy, DEBUG_TYPE,
84
"SI lower SGPR spill instructions", false, false)
85
INITIALIZE_PASS_DEPENDENCY(LiveIntervalsWrapperPass)
86
-INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperPass)
+INITIALIZE_PASS_DEPENDENCY(SlotIndexesWrapperPass)
87
INITIALIZE_PASS_END(SILowerSGPRSpillsLegacy, DEBUG_TYPE,
88
89
0 commit comments