[mips] Add HasMips3D to the list of features unsupported by P5600 model.
authorSimon Atanasyan <simon@atanasyan.com>
Sun, 22 Mar 2020 15:22:23 +0000 (18:22 +0300)
committerSimon Atanasyan <simon@atanasyan.com>
Sun, 22 Mar 2020 20:34:31 +0000 (23:34 +0300)
llvm/lib/Target/Mips/MipsScheduleP5600.td

index 872ff59..7b6f304 100644 (file)
@@ -20,7 +20,8 @@ def MipsP5600Model : SchedMachineModel {
                                          IsGP64bit, IsPTR64bit,
                                          InMicroMips, InMips16Mode,
                                          HasCnMips, HasCnMipsP,
-                                         HasDSP, HasDSPR2, HasMT, HasCRC];
+                                         HasDSP, HasDSPR2, HasMips3D, HasMT,
+                                         HasCRC];
 }
 
 let SchedModel = MipsP5600Model in {