]> granicus.if.org Git - llvm/commitdiff
[mips] Mark P5600 scheduling model as complete
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 2 Jul 2019 10:22:14 +0000 (10:22 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 2 Jul 2019 10:22:14 +0000 (10:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364902 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsScheduleP5600.td

index 3eb0e3740bff5f96163dd1b387cb0e8fd9770a66..f97b03bff08e51f83c151e87d6d0a6236156c42b 100644 (file)
@@ -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,