Skip to content

Commit 84df446

Browse files
authored
AMDGPU: Remove DummyCGSCC use after buffer lowering passes (#169519)
The fixme the comment refers to was removed.
1 parent d125cab commit 84df446

File tree

2 files changed

+205
-213
lines changed

2 files changed

+205
-213
lines changed

llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,9 +1430,6 @@ void AMDGPUPassConfig::addCodeGenPrepare() {
14301430
// many cases.
14311431
addPass(createAMDGPULowerBufferFatPointersPass());
14321432
addPass(createAMDGPULowerIntrinsicsLegacyPass());
1433-
// In accordance with the above FIXME, manually force all the
1434-
// function-level passes into a CGSCCPassManager.
1435-
addPass(new DummyCGSCCPass());
14361433
}
14371434

14381435
// LowerSwitch pass may introduce unreachable blocks that can

0 commit comments

Comments
 (0)