summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2019-06-27 13:41:23 +0000
committerSimon Atanasyan <simon@atanasyan.com>2019-06-27 13:41:23 +0000
commit7c83f0705a8c70febcc93d417de8438162e83c04 (patch)
treed8df64fd52da4c1ff7407aa3f9655547ff0d5ec6
parenta056684c335995214f6d3467c699d32f8e73b763 (diff)
downloadbcm5719-llvm-7c83f0705a8c70febcc93d417de8438162e83c04.tar.gz
bcm5719-llvm-7c83f0705a8c70febcc93d417de8438162e83c04.zip
[mips] Add new items to the list of features unsupported by P5600
llvm-svn: 364539
-rw-r--r--llvm/lib/Target/Mips/MipsScheduleP5600.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsScheduleP5600.td b/llvm/lib/Target/Mips/MipsScheduleP5600.td
index f464e05b9eb..a0cd82a1fa2 100644
--- a/llvm/lib/Target/Mips/MipsScheduleP5600.td
+++ b/llvm/lib/Target/Mips/MipsScheduleP5600.td
@@ -15,10 +15,10 @@ def MipsP5600Model : SchedMachineModel {
let CompleteModel = 0;
let FullInstRWOverlapCheck = 1;
- list<Predicate> UnsupportedFeatures = [HasMips32r6, HasMips64r6, HasMips64,
- HasMips3, HasMips64r2, HasCnMips,
+ list<Predicate> UnsupportedFeatures = [HasMips3, HasMips32r6, HasMips64,
+ HasMips64r2, HasMips64r5, HasMips64r6,
IsGP64bit, IsPTR64bit,
- InMicroMips, InMips16Mode,
+ InMicroMips, InMips16Mode, HasCnMips,
HasDSP, HasDSPR2, HasMT, HasCRC];
}
OpenPOWER on IntegriCloud