This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove unused flags from FeatureKind in TargetParser.h. NFC
ClosedPublic

Authored by craig.topper on Jan 26 2022, 4:28 PM.

Details

Summary

These flags aren't used and we shouldn't add more flags for new
ratified extensions. So clear out the unused flags to avoid any
confusion.

Diff Detail

Event Timeline

craig.topper created this revision.Jan 26 2022, 4:28 PM
craig.topper requested review of this revision.Jan 26 2022, 4:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2022, 4:28 PM
khchen accepted this revision.Jan 26 2022, 4:48 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 26 2022, 4:48 PM
This revision was landed with ongoing or failed builds.Jan 26 2022, 6:38 PM
This revision was automatically updated to reflect the committed changes.