Skip to content

Commit 33084bb

Browse files
fixup! p450 and p670 enable postra
1 parent a189d7c commit 33084bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

llvm/lib/Target/RISCV/RISCVProcessors.td

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ def SIFIVE_P450 : RISCVProcessorModel<"sifive-p450", SiFiveP400Model,
263263
[TuneNoDefaultUnroll,
264264
TuneConditionalCompressedMoveFusion,
265265
TuneLUIADDIFusion,
266-
TuneAUIPCADDIFusion]>;
266+
TuneAUIPCADDIFusion,
267+
FeaturePostRAScheduler]>;
267268

268269
def SIFIVE_P670 : RISCVProcessorModel<"sifive-p670", SiFiveP600Model,
269270
[Feature64Bit,
@@ -303,7 +304,8 @@ def SIFIVE_P670 : RISCVProcessorModel<"sifive-p670", SiFiveP600Model,
303304
TuneConditionalCompressedMoveFusion,
304305
TuneLUIADDIFusion,
305306
TuneAUIPCADDIFusion,
306-
TuneNoSinkSplatOperands]>;
307+
TuneNoSinkSplatOperands,
308+
FeaturePostRAScheduler]>;
307309

308310
def SYNTACORE_SCR1_BASE : RISCVProcessorModel<"syntacore-scr1-base",
309311
SyntacoreSCR1Model,

0 commit comments

Comments
 (0)