This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Error if F and Zfinx extensions are specified together.
ClosedPublic

Authored by craig.topper on Mar 10 2023, 9:44 AM.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 10 2023, 9:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 9:44 AM
craig.topper requested review of this revision.Mar 10 2023, 9:44 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 10 2023, 9:44 AM
asb added a comment.Mar 10 2023, 9:53 AM

The change itself looks good to me, but we have the same issue for D and Zdinx as well.

The change itself looks good to me, but we have the same issue for D and Zdinx as well.

D implies F and Zdinx implies Zfinx so it should still trigger this error. I can add a test?

Add test for D and Zdinx which will produce the same error as F and Zfinx.

asb accepted this revision.Mar 10 2023, 10:28 AM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 10 2023, 10:28 AM
This revision was landed with ongoing or failed builds.Mar 10 2023, 11:26 AM
This revision was automatically updated to reflect the committed changes.