This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Simplify RISCVSubtarget. NFC
ClosedPublic

Authored by craig.topper on Dec 9 2022, 3:31 PM.

Details

Summary

The flags, initialization of the flags, and the getter methods for
features defined in RISCV.td can be generated by TableGen.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 9 2022, 3:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 3:31 PM
craig.topper requested review of this revision.Dec 9 2022, 3:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2022, 3:31 PM
reames accepted this revision.Dec 9 2022, 4:19 PM

LGTM

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