This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Update recently ratified Zb{a,b,c,s} extensions to no longer be experimental
ClosedPublic

Authored by asb on Jan 12 2022, 10:44 AM.

Details

Summary

Agreed policy is that RISC-V extensions that have not yet been ratified should be marked as experimental, and enabling them requires the use of the -menable-experimental-extensions flag when using clang alongside the version number. These extensions have now been ratified, so this is no longer necessary, and the target feature names can be renamed to no longer be prefixed with "experimental-".

Diff Detail

Event Timeline

asb created this revision.Jan 12 2022, 10:44 AM
asb requested review of this revision.Jan 12 2022, 10:44 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 12 2022, 10:44 AM
This revision is now accepted and ready to land.Jan 12 2022, 11:02 AM
This revision was landed with ongoing or failed builds.Jan 12 2022, 11:34 AM
This revision was automatically updated to reflect the committed changes.