[llvm] r195807 - Fix comment in PPCA2Model
Hal Finkel
hfinkel at anl.gov
Tue Nov 26 19:12:56 PST 2013
Author: hfinkel
Date: Tue Nov 26 21:12:56 2013
New Revision: 195807
URL: http://llvm.org/viewvc/llvm-project?rev=195807&view=rev
Log:
Fix comment in PPCA2Model
Modified:
llvm/trunk/lib/Target/PowerPC/PPCScheduleA2.td
Modified: llvm/trunk/lib/Target/PowerPC/PPCScheduleA2.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCScheduleA2.td?rev=195807&r1=195806&r2=195807&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCScheduleA2.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCScheduleA2.td Tue Nov 26 21:12:56 2013
@@ -143,7 +143,7 @@ def PPCA2Itineraries : ProcessorItinerar
// 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
More information about the llvm-commits
mailing list