This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove Features from CPUInfo in RISCVTargetParser.
ClosedPublic

Authored by craig.topper on Jan 20 2023, 9:05 AM.

Details

Summary

Instead of having separate feature bits, get information from march.
Invalid is now implied by empty march.
64-bit is now implied by march starting with "rv64".

Diff Detail

Event Timeline

craig.topper created this revision.Jan 20 2023, 9:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 9:05 AM
craig.topper requested review of this revision.Jan 20 2023, 9:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 9:05 AM
fpetrogalli accepted this revision.Jan 20 2023, 9:17 AM

LGTM, thanks.

This revision is now accepted and ready to land.Jan 20 2023, 9:17 AM
This revision was landed with ongoing or failed builds.Jan 20 2023, 10:04 AM
This revision was automatically updated to reflect the committed changes.