mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +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"
|
// Default values for basic properties are defined in MCSchedModel. "-1"
|
||||||
// indicates that the property is not overriden by the target description.
|
// indicates that the property is not overriden by the target description.
|
||||||
class SchedMachineModel {
|
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.
|
int MinLatency = -1; // Determines which instrucions are allowed in a group.
|
||||||
// (-1) inorder (0) ooo, (1): inorder +var latencies.
|
// (-1) inorder (0) ooo, (1): inorder +var latencies.
|
||||||
int LoadLatency = -1; // Cycles for loads to access the cache.
|
int LoadLatency = -1; // Cycles for loads to access the cache.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user