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 6623ed4 commit 0d54826Copy full SHA for 0d54826
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
@@ -1129,6 +1129,7 @@ GCNTargetMachine::createPostMachineScheduler(MachineSchedContext *C) const {
1129
getOptLevel() >= CodeGenOptLevel::Less) &&
1130
EnableVOPD)
1131
DAG->addMutation(createVOPDPairingMutation());
1132
+ DAG->addMutation(createAMDGPUExportClusteringDAGMutation());
1133
return DAG;
1134
}
1135
//===----------------------------------------------------------------------===//
0 commit comments