This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Support 16-bit LDS/STS on AVRTiny.
ClosedPublic

Authored by benshi001 on Dec 8 2022, 4:26 AM.

Details

Summary

LDS/STS are 32-bit instructions on AVR, which can access 64KB data
space. While they are 16-bit instructions on AVRTiny, which can
only access 128B data space.

Diff Detail

Event Timeline

benshi001 created this revision.Dec 8 2022, 4:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2022, 4:26 AM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
benshi001 requested review of this revision.Dec 8 2022, 4:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 8 2022, 4:26 AM
aykevl accepted this revision.Dec 22 2022, 7:36 AM

Looks good to me!

This revision is now accepted and ready to land.Dec 22 2022, 7:36 AM
This revision was landed with ongoing or failed builds.Dec 22 2022, 7:03 PM
This revision was automatically updated to reflect the committed changes.