mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99258f6755
commit
8fa5319504
@ -22,7 +22,7 @@ include "llvm/Target/TargetItinerary.td"
|
||||
// Default values for basic properties are defined in MCSchedModel. "-1"
|
||||
// indicates that the property is not overriden by the target description.
|
||||
class SchedMachineModel {
|
||||
int IssueWidth = -1; // Max instructions that may be scheduled per cycle.
|
||||
int IssueWidth = -1; // Max micro-ops that may be scheduled per cycle.
|
||||
int MinLatency = -1; // Determines which instrucions are allowed in a group.
|
||||
// (-1) inorder (0) ooo, (1): inorder +var latencies.
|
||||
int LoadLatency = -1; // Cycles for loads to access the cache.
|
||||
|
Loading…
x
Reference in New Issue
Block a user