This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Make zve32f imply F and zve64d imply D.
ClosedPublic

Authored by craig.topper on May 6 2023, 12:14 AM.

Details

Summary

The 1.0 vector spec PDF has text that says that Zve32f is compatible
with F or Zfinx and the Zve64d is compatible with D and Zdinx.
The references to *inx were removeB from the source in the github repository in
October 2021. The 1.0 pdf was made in September 2021.

Relevant commit https://github.com/riscv/riscv-v-spec/commit/6fedb869e213da03f36092d661d14911a2f9d2c6

Diff Detail

Event Timeline

craig.topper created this revision.May 6 2023, 12:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2023, 12:14 AM
craig.topper requested review of this revision.May 6 2023, 12:14 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 6 2023, 12:14 AM
This revision is now accepted and ready to land.May 6 2023, 12:37 AM
This revision was landed with ongoing or failed builds.May 6 2023, 11:17 PM
This revision was automatically updated to reflect the committed changes.