mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix comment in PPCA2Model
llvm-svn: 195807
This commit is contained in:
parent
5e593c2e45
commit
4dc7aae3a3
@ -143,7 +143,7 @@ def PPCA2Itineraries : ProcessorItineraries<
|
||||
// A2 machine model for scheduling and other instruction cost heuristics.
|
||||
|
||||
def PPCA2Model : SchedMachineModel {
|
||||
let IssueWidth = 1; // 2 micro-ops are dispatched per cycle.
|
||||
let IssueWidth = 1; // 1 instruction is dispatched per cycle.
|
||||
let MinLatency = -1; // OperandCycles are interpreted as MinLatency.
|
||||
let LoadLatency = 6; // Optimistic load latency assuming bypass.
|
||||
// This is overriden by OperandCycles if the
|
||||
|
Loading…
x
Reference in New Issue
Block a user