From 8a5dafb8a8da0ebbd00a2e9a889f96fa8e50c77f Mon Sep 17 00:00:00 2001 From: Simon Atanasyan Date: Tue, 2 Jul 2019 10:22:14 +0000 Subject: [PATCH] [mips] Mark P5600 scheduling model as complete git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364902 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsScheduleP5600.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.1