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 e799dca commit 8edf064Copy full SHA for 8edf064
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
@@ -605,7 +605,6 @@ createGCNMaxMemoryClauseMachineScheduler(MachineSchedContext *C) {
605
if (ST.shouldClusterStores())
606
DAG->addMutation(createStoreClusterDAGMutation(DAG->TII, DAG->TRI));
607
DAG->addMutation(createAMDGPUExportClusteringDAGMutation());
608
- DAG->addMutation(createIGroupLPDAGMutation(AMDGPU::SchedulingPhase::Initial));
609
return DAG;
610
}
611
0 commit comments