Skip to content

Commit a6fba9a

Browse files
committed
Remove from MaxMemoryClause Scheduler
Change-Id: Ibf08571f46c2a378c6e1f5c968128571a5938367
1 parent 8ab3f82 commit a6fba9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ createGCNMaxMemoryClauseMachineScheduler(MachineSchedContext *C) {
602602
if (ST.shouldClusterStores())
603603
DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI));
604604
DAG->addMutation(createAMDGPUExportClusteringDAGMutation());
605-
DAG->addMutation(createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::Initial));
606605
return DAG;
607606
}
608607

0 commit comments

Comments
 (0)