This is an archive of the discontinued LLVM Phabricator instance.

[AVR][NFC] Simplify AVRSubtarget
ClosedPublic

Authored by jacquesguan on Jul 21 2023, 12:03 AM.

Details

Summary

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

Diff Detail

Event Timeline

jacquesguan created this revision.Jul 21 2023, 12:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 12:03 AM
jacquesguan requested review of this revision.Jul 21 2023, 12:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 12:03 AM
benshi001 accepted this revision.Jul 25 2023, 7:04 PM

It would be better to add [NFC] in the title, and remove the trailing dot.

This revision is now accepted and ready to land.Jul 25 2023, 7:04 PM
jacquesguan retitled this revision from [AVR] Simplify AVRSubtarget. to [AVR][NFC] Simplify AVRSubtarget.Jul 25 2023, 8:20 PM
This revision was automatically updated to reflect the committed changes.