This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Disable post increment load from program memory space
ClosedPublic

Authored by benshi001 on Apr 6 2023, 8:47 PM.

Details

Summary

We temporarily only allow post increment load/store from/to data memory,
and disable post increment load from program memory.

Updates https://github.com/llvm/llvm-project/issues/59914

Diff Detail

Event Timeline

benshi001 created this revision.Apr 6 2023, 8:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 8:47 PM
benshi001 requested review of this revision.Apr 6 2023, 8:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 8:47 PM
mzh accepted this revision.Apr 11 2023, 1:35 AM
This revision is now accepted and ready to land.Apr 11 2023, 1:35 AM