This is an archive of the discontinued LLVM Phabricator instance.

[Xtensa] Implement volatile load/store.
Needs RevisionPublic

Authored by andreisfr on Mar 27 2023, 5:41 AM.

Details

Summary

Implement volatile load/store from/to volatile memory location.

Diff Detail

Event Timeline

andreisfr created this revision.Mar 27 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 5:41 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
andreisfr requested review of this revision.Mar 27 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2023, 5:41 AM

Missing tests

llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
1475

It's not currently guaranteed that you have a memory operand

1497

It's not currently guaranteed that you have a memory operand

JKRhb added a subscriber: JKRhb.Mar 30 2023, 12:56 PM
arsenm requested changes to this revision.Aug 17 2023, 4:08 PM

Needs tests

This revision now requires changes to proceed.Aug 17 2023, 4:08 PM