This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Support unaligned store
ClosedPublic

Authored by aykevl on Jun 23 2022, 5:49 PM.

Details

Summary

This patch really just extends D39946 towards stores as well as loads.
While the patch is in SelectionDAGBuilder, it only applies to AVR (the only target that supports unaligned atomic operations).

Diff Detail

Event Timeline

aykevl created this revision.Jun 23 2022, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2022, 5:49 PM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
aykevl requested review of this revision.Jun 23 2022, 5:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2022, 5:49 PM
benshi001 accepted this revision.Jun 23 2022, 11:17 PM
This revision is now accepted and ready to land.Jun 23 2022, 11:17 PM

@avkevl, please commit this ASAP.

This revision was landed with ongoing or failed builds.Aug 15 2022, 5:30 AM
This revision was automatically updated to reflect the committed changes.