File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ unsigned GCNIterativeScheduler::tryMaximizeOccupancy(unsigned TargetOcc) {
484
484
}
485
485
486
486
void GCNIterativeScheduler::scheduleLegacyMaxOccupancy (
487
- bool TryMaximizeOccupancy) {
487
+ bool TryMaximizeOccupancy) {
488
488
SIMachineFunctionInfo *MFI = MF.getInfo <SIMachineFunctionInfo>();
489
489
auto TgtOcc = MFI->getMinAllowedOccupancy ();
490
490
@@ -573,8 +573,7 @@ void GCNIterativeScheduler::scheduleMinReg(bool force) {
573
573
// /////////////////////////////////////////////////////////////////////////////
574
574
// ILP scheduler port
575
575
576
- void GCNIterativeScheduler::scheduleILP (
577
- bool TryMaximizeOccupancy) {
576
+ void GCNIterativeScheduler::scheduleILP (bool TryMaximizeOccupancy) {
578
577
SIMachineFunctionInfo *MFI = MF.getInfo <SIMachineFunctionInfo>();
579
578
auto TgtOcc = MFI->getMinAllowedOccupancy ();
580
579
You can’t perform that action at this time.
0 commit comments