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 bc0c4db commit 35b663eCopy full SHA for 35b663e
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