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) {
484484}
485485
486486void GCNIterativeScheduler::scheduleLegacyMaxOccupancy (
487- bool TryMaximizeOccupancy) {
487+ bool TryMaximizeOccupancy) {
488488 SIMachineFunctionInfo *MFI = MF.getInfo <SIMachineFunctionInfo>();
489489 auto TgtOcc = MFI->getMinAllowedOccupancy ();
490490
@@ -573,8 +573,7 @@ void GCNIterativeScheduler::scheduleMinReg(bool force) {
573573// /////////////////////////////////////////////////////////////////////////////
574574// ILP scheduler port
575575
576- void GCNIterativeScheduler::scheduleILP (
577- bool TryMaximizeOccupancy) {
576+ void GCNIterativeScheduler::scheduleILP (bool TryMaximizeOccupancy) {
578577 SIMachineFunctionInfo *MFI = MF.getInfo <SIMachineFunctionInfo>();
579578 auto TgtOcc = MFI->getMinAllowedOccupancy ();
580579
You can’t perform that action at this time.
0 commit comments