This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add CSRs defined in the recently ratified Sscofpmf extension
ClosedPublic

Authored by asb on Jan 14 2022, 6:50 AM.

Details

Summary

The "RISC-V Count Overflow and Mode-Based Filtering Extension" was
ratified at the end of last year though hasn't yet been integrated in
the main specification documents (see
https://wiki.riscv.org/display/TECH/Recently+Ratified+Extensions).

This commit adds the CSRs defined by this extension in
https://github.com/riscv/riscv-count-overflow/releases/download/v0.5.2/Sscofpmf.pdf.

Diff Detail

Event Timeline

asb created this revision.Jan 14 2022, 6:50 AM
asb requested review of this revision.Jan 14 2022, 6:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2022, 6:50 AM
This revision is now accepted and ready to land.Jan 14 2022, 12:14 PM
This revision was landed with ongoing or failed builds.Jan 15 2022, 12:36 AM
This revision was automatically updated to reflect the committed changes.