Skip to content

Commit

Permalink
[RISCV] Add TuneNoDefaultUnroll to sifive-p450.
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Jan 22, 2024
1 parent 181c4c3 commit 95c1039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/Target/RISCV/RISCVProcessors.td
Expand Up @@ -239,7 +239,8 @@ def SIFIVE_P450 : RISCVProcessorModel<"sifive-p450", SiFiveP400Model,
FeatureStdExtZbb,
FeatureStdExtZbs,
FeatureStdExtZfhmin],
[TuneConditionalCompressedMoveFusion,
[TuneNoDefaultUnroll,
TuneConditionalCompressedMoveFusion,
TuneLUIADDIFusion,
TuneAUIPCADDIFusion]>;

Expand Down

0 comments on commit 95c1039

Please sign in to comment.