[llvm] ecc92fd - [mips] Add HasMips3D to the list of features unsupported by P5600 model.
Simon Atanasyan via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 22 13:36:37 PDT 2020
Author: Simon Atanasyan
Date: 2020-03-22T23:34:31+03:00
New Revision: ecc92fd018c62217d2477510a31cbd4393ca49c6
URL: https://github.com/llvm/llvm-project/commit/ecc92fd018c62217d2477510a31cbd4393ca49c6
DIFF: https://github.com/llvm/llvm-project/commit/ecc92fd018c62217d2477510a31cbd4393ca49c6.diff
LOG: [mips] Add HasMips3D to the list of features unsupported by P5600 model.
Added:
Modified:
llvm/lib/Target/Mips/MipsScheduleP5600.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/Mips/MipsScheduleP5600.td b/llvm/lib/Target/Mips/MipsScheduleP5600.td
index 872ff59f5041..7b6f30427390 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 {
More information about the llvm-commits
mailing list