This is an archive of the discontinued LLVM Phabricator instance.

[AVR][NFC] Remove redundant target feature PROGMEM
ClosedPublic

Authored by benshi001 on Jan 8 2023, 5:20 PM.

Details

Summary

The functionality of FeaturePROGMEM is all equivalant to FeatureLPM.

Diff Detail

Event Timeline

benshi001 created this revision.Jan 8 2023, 5:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2023, 5:20 PM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
benshi001 requested review of this revision.Jan 8 2023, 5:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2023, 5:20 PM
benshi001 added inline comments.Jan 8 2023, 5:23 PM
llvm/lib/Target/AVR/AVRDevices.td
206

We can see each apperance of FeaturePROGMEM is accompany with FeatureLPM.

This revision is now accepted and ready to land.Jan 29 2023, 6:30 PM
This revision was landed with ongoing or failed builds.Jan 29 2023, 7:30 PM
This revision was automatically updated to reflect the committed changes.