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 6a43bce commit 957c7daCopy full SHA for 957c7da
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
@@ -1313,7 +1313,7 @@ bool PreRARematStage::initGCNSchedStage() {
1313
unsigned DynamicVGPRBlockSize = MFI.getDynamicVGPRBlockSize();
1314
AchievedOcc = MFI.getMaxWavesPerEU();
1315
for (unsigned I : RescheduleRegions.set_bits()) {
1316
- const GCNRegPressure &RP = RPTargets[I].getCurrentRP();;
+ const GCNRegPressure &RP = RPTargets[I].getCurrentRP();
1317
DAG.Pressure[I] = RP;
1318
unsigned NewRegionOcc = RP.getOccupancy(ST, DynamicVGPRBlockSize);
1319
AchievedOcc = std::min(AchievedOcc, NewRegionOcc);
0 commit comments