From: Simon Atanasyan Date: Sun, 22 Mar 2020 15:22:23 +0000 (+0300) Subject: [mips] Add HasMips3D to the list of features unsupported by P5600 model. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecc92fd018c62217d2477510a31cbd4393ca49c6;p=platform%2Fupstream%2Fllvm.git [mips] Add HasMips3D to the list of features unsupported by P5600 model. --- diff --git a/llvm/lib/Target/Mips/MipsScheduleP5600.td b/llvm/lib/Target/Mips/MipsScheduleP5600.td index 872ff59..7b6f304 100644 --- a/llvm/lib/Target/Mips/MipsScheduleP5600.td +++ b/llvm/lib/Target/Mips/MipsScheduleP5600.td @@ -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 {