-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[RISCV] Add processor definition for SpacemiT-X60 #94564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 6 commits
363e293
4c1dccc
620f8cc
d0a6664
eb0d50d
67a7d08
4471092
264bba2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -381,3 +381,21 @@ def XIANGSHAN_NANHU : RISCVProcessorModel<"xiangshan-nanhu", | |
TuneZExtHFusion, | ||
TuneZExtWFusion, | ||
TuneShiftedZExtWFusion]>; | ||
|
||
def SPACEMIT_X60 : RISCVProcessorModel<"spacemit-x60", | ||
NoSchedModel, | ||
!listconcat(RVA22S64Features, | ||
[FeatureStdExtV, | ||
FeatureStdExtSscofpmf, | ||
FeatureStdExtSstc, | ||
FeatureStdExtSvnapot, | ||
FeatureStdExtZbc, | ||
FeatureStdExtZbkc, | ||
FeatureStdExtZfh, | ||
FeatureStdExtZicond, | ||
sunshaoce marked this conversation as resolved.
Show resolved
Hide resolved
|
||
FeatureStdExtZmmul, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please don't list Zmmul separate from M. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Generated There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
It's not, but what is the benefit to the user to have Zmmul and M both listed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Addressed. Thanks! |
||
FeatureStdExtZvfh, | ||
FeatureStdExtZvfhmin, | ||
sunshaoce marked this conversation as resolved.
Show resolved
Hide resolved
|
||
FeatureStdExtZvkt, | ||
FeatureStdExtZvl256b]), | ||
[TuneDLenFactor2]>; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does X60 support any macro-fusion? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since no specific information is publicly available, I think this patch can ignore macro-fusion for now |
Uh oh!
There was an error while loading. Please reload this page.