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 0f3eef0 commit 15e5e65Copy full SHA for 15e5e65
llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
@@ -803,7 +803,8 @@ void GCNScheduleDAGMILive::schedule() {
803
GCNRegPressure
804
GCNScheduleDAGMILive::getRealRegPressure(unsigned RegionIdx) const {
805
GCNDownwardRPTracker RPTracker(*LIS);
806
- RPTracker.advance(Regions[RegionIdx].first, Regions[RegionIdx].second, &LiveIns[RegionIdx]);
+ RPTracker.advance(Regions[RegionIdx].first, Regions[RegionIdx].second,
807
+ &LiveIns[RegionIdx]);
808
return RPTracker.moveMaxPressure();
809
}
810
0 commit comments