From: Simon Atanasyan Date: Tue, 2 Jul 2019 10:22:14 +0000 (+0000) Subject: [mips] Mark P5600 scheduling model as complete X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a5dafb8a8da0ebbd00a2e9a889f96fa8e50c77f;p=llvm [mips] Mark P5600 scheduling model as complete git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364902 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsScheduleP5600.td b/lib/Target/Mips/MipsScheduleP5600.td index 3eb0e3740bf..f97b03bff08 100644 --- a/lib/Target/Mips/MipsScheduleP5600.td +++ b/lib/Target/Mips/MipsScheduleP5600.td @@ -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 UnsupportedFeatures = [HasMips3, HasMips32r6, HasMips64,