Skip to content

Commit 2e26b90

Browse files
committed
Add spacemit-x60
1 parent 23c84c3 commit 2e26b90

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/lib/Target/RISCV/RISCVProcessors.td

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,11 @@ def SPACEMIT_X60 : RISCVProcessorModel<"spacemit-x60",
510510
[TuneDLenFactor2,
511511
TuneOptimizedNF2SegmentLoadStore,
512512
TuneOptimizedNF3SegmentLoadStore,
513-
TuneOptimizedNF4SegmentLoadStore]>;
513+
TuneOptimizedNF4SegmentLoadStore]> {
514+
let MVendorID = 0x710;
515+
let MArchID = 0x8000000058000001;
516+
let MImpID = 0x1000000049772200;
517+
}
514518

515519
def RP2350_HAZARD3 : RISCVProcessorModel<"rp2350-hazard3",
516520
NoSchedModel,

0 commit comments

Comments
 (0)