This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove 'sx' when parsing arch string to match the latest ISA manual
ClosedPublic

Authored by joshua-arch1 on Apr 18 2023, 1:48 AM.

Details

Summary

As is mentioned in https://reviews.llvm.org/D148315, in order to match the latest ISA manual, we also need to remove sx prefix.

Diff Detail

Event Timeline

joshua-arch1 created this revision.Apr 18 2023, 1:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 18 2023, 1:48 AM
joshua-arch1 requested review of this revision.Apr 18 2023, 1:48 AM
asb accepted this revision.Apr 18 2023, 11:09 PM

LGTM, thanks.

Note that the community norm is to ping on a patch after a week (ref). Less than 24 hours is certainly too short.

This revision is now accepted and ready to land.Apr 18 2023, 11:09 PM
This revision was landed with ongoing or failed builds.Apr 19 2023, 7:32 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 7:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript