This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Make zfbfmin imply the F extension
ClosedPublic

Authored by asb on May 22 2023, 6:57 AM.

Details

Summary

Our current approach is that if one extension requires another, we make LLVM treat it as implied. My initial zfbfmin patch failed to do this for the F extension (documented as a requirement of zfbfmin). This patch fixes that.

Diff Detail

Event Timeline

asb created this revision.May 22 2023, 6:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 6:57 AM
asb requested review of this revision.May 22 2023, 6:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 22 2023, 6:57 AM
This revision is now accepted and ready to land.May 22 2023, 11:10 AM
This revision was landed with ongoing or failed builds.May 23 2023, 2:10 AM
This revision was automatically updated to reflect the committed changes.