Skip to content

Commit

Permalink
[NFC][X86] Znver3: drop obsolete fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed May 9, 2021
1 parent a21df76 commit 675daef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/lib/Target/X86/X86ScheduleZnver3.td
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ def Znver3Model : SchedMachineModel {

let PostRAScheduler = 1; // Enable Post RegAlloc Scheduler pass.

// FIXME: This variable is required for incomplete model.
// We haven't catered all instructions.
// So, we reset the value of this variable so as to
// say that the model is incomplete.
let CompleteModel = 1;
}

Expand Down

0 comments on commit 675daef

Please sign in to comment.