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