Skip to content

Commit

Permalink
[RISCV] Add TuneNoSinkSplatOperands to sifive-p670 (#79492)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmaitland committed Jan 26, 2024
1 parent 63fe80f commit f13aac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/Target/RISCV/RISCVProcessors.td
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ def SIFIVE_P670 : RISCVProcessorModel<"sifive-p670", NoSchedModel,
[TuneNoDefaultUnroll,
TuneConditionalCompressedMoveFusion,
TuneLUIADDIFusion,
TuneAUIPCADDIFusion]>;
TuneAUIPCADDIFusion,
TuneNoSinkSplatOperands]>;

def SYNTACORE_SCR1_BASE : RISCVProcessorModel<"syntacore-scr1-base",
SyntacoreSCR1Model,
Expand Down

0 comments on commit f13aac6

Please sign in to comment.