@@ -216,7 +216,7 @@ include "RISCVCallingConv.td"
216
216
include "RISCVInstrInfo.td"
217
217
include "RISCVRegisterBanks.td"
218
218
include "RISCVSchedRocket.td"
219
- include "RISCVSchedBullet .td"
219
+ include "RISCVSchedSiFive7 .td"
220
220
221
221
//===----------------------------------------------------------------------===//
222
222
// RISC-V processors supported.
@@ -228,8 +228,8 @@ def : ProcessorModel<"generic-rv64", NoSchedModel, [Feature64Bit]>;
228
228
def : ProcessorModel<"rocket-rv32", RocketModel, []>;
229
229
def : ProcessorModel<"rocket-rv64", RocketModel, [Feature64Bit]>;
230
230
231
- def : ProcessorModel<"sifive-7-rv32", BulletModel , []>;
232
- def : ProcessorModel<"sifive-7-rv64", BulletModel , [Feature64Bit]>;
231
+ def : ProcessorModel<"sifive-7-rv32", SiFive7Model , []>;
232
+ def : ProcessorModel<"sifive-7-rv64", SiFive7Model , [Feature64Bit]>;
233
233
234
234
def : ProcessorModel<"sifive-e31", RocketModel, [FeatureStdExtM,
235
235
FeatureStdExtA,
@@ -242,17 +242,17 @@ def : ProcessorModel<"sifive-u54", RocketModel, [Feature64Bit,
242
242
FeatureStdExtD,
243
243
FeatureStdExtC]>;
244
244
245
- def : ProcessorModel<"sifive-e76", BulletModel , [FeatureStdExtM,
246
- FeatureStdExtA,
247
- FeatureStdExtF,
248
- FeatureStdExtC]>;
249
-
250
- def : ProcessorModel<"sifive-u74", BulletModel , [Feature64Bit,
251
- FeatureStdExtM,
252
- FeatureStdExtA,
253
- FeatureStdExtF,
254
- FeatureStdExtD,
255
- FeatureStdExtC]>;
245
+ def : ProcessorModel<"sifive-e76", SiFive7Model , [FeatureStdExtM,
246
+ FeatureStdExtA,
247
+ FeatureStdExtF,
248
+ FeatureStdExtC]>;
249
+
250
+ def : ProcessorModel<"sifive-u74", SiFive7Model , [Feature64Bit,
251
+ FeatureStdExtM,
252
+ FeatureStdExtA,
253
+ FeatureStdExtF,
254
+ FeatureStdExtD,
255
+ FeatureStdExtC]>;
256
256
257
257
//===----------------------------------------------------------------------===//
258
258
// Define the RISC-V target.
0 commit comments