mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 15:13:49 -04:00
[mips] Mark P5600 scheduling model as complete
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,7 +12,7 @@ def MipsP5600Model : SchedMachineModel {
|
||||
int LoadLatency = 4;
|
||||
int MispredictPenalty = 8; // TODO: Estimated
|
||||
|
||||
let CompleteModel = 0;
|
||||
let CompleteModel = 1;
|
||||
let FullInstRWOverlapCheck = 1;
|
||||
|
||||
list<Predicate> UnsupportedFeatures = [HasMips3, HasMips32r6, HasMips64,
|
||||
|
||||
Reference in New Issue
Block a user