Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 35b663e

Browse files
committedMay 25, 2025·
[AMDGPU] Cluster export instruction in PostRA Scheduler
DAG mutation needs to be applied post-RA to maintain order established during pre-RA scheduler.
1 parent bc0c4db commit 35b663e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,7 @@ GCNTargetMachine::createPostMachineScheduler(MachineSchedContext *C) const {
11291129
getOptLevel() >= CodeGenOptLevel::Less) &&
11301130
EnableVOPD)
11311131
DAG->addMutation(createVOPDPairingMutation());
1132+
DAG->addMutation(createAMDGPUExportClusteringDAGMutation());
11321133
return DAG;
11331134
}
11341135
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)
Please sign in to comment.