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 1d43cbf commit 252bce6Copy full SHA for 252bce6
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
@@ -760,7 +760,7 @@ GCNScheduleDAGMILive::GCNScheduleDAGMILive(
760
StartingOccupancy(MFI.getOccupancy()), MinOccupancy(StartingOccupancy),
761
RegionLiveOuts(this, /*IsLiveOut=*/true) {
762
// We want regions with a single MI to be scheduled so that we can reason on
763
- // them correctlt during scheduling stages that move MIs between regions (e.g.
+ // them correctly during scheduling stages that move MIs between regions (e.g.
764
// rematerialization).
765
ScheduleSingleMIRegions = true;
766
LLVM_DEBUG(dbgs() << "Starting occupancy is " << StartingOccupancy << ".\n");
0 commit comments