This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][MC] Add support for experimental zicond extension
ClosedPublic

Authored by asb on Mar 27 2023, 4:32 AM.

Details

Summary

This patch adds the basic MC layer support for Zicond, based on 1.0-rc1. As with other extensions, if there are additional changes between release candidates without incrementing the version number we won't be able to reflect that in the version number. I believe we've previously decided this is not a problem for extensions still considered experimental (i.e. not yet ratified).

Diff Detail

Event Timeline

asb created this revision.Mar 27 2023, 4:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 4:32 AM
asb requested review of this revision.Mar 27 2023, 4:32 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 27 2023, 4:32 AM
This revision is now accepted and ready to land.Mar 27 2023, 9:31 AM
This revision was landed with ongoing or failed builds.Mar 29 2023, 4:18 AM
This revision was automatically updated to reflect the committed changes.