This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Implement isLoad/StoreFromStackSlot for MVE stack stores accesses
ClosedPublic

Authored by dmgreen on Jul 26 2021, 8:14 AM.

Details

Summary

This implements the isLoadFromStackSlot and isStoreToStackSlot for MVE MVE_VSTRWU32 and MVE_VLDRWU32 functions. They behave the same as many other loads/stores, expecting a FI in Op1 and zero offset in Op2. At the same time this alters VLDR_P0_off and VSTR_P0_off to use the same code too, as they too return VPR in Op0, take a FI in Op1 and zero offset in Op2.

Diff Detail

Event Timeline

dmgreen created this revision.Jul 26 2021, 8:14 AM
dmgreen requested review of this revision.Jul 26 2021, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2021, 8:14 AM
NickGuy accepted this revision.Jul 26 2021, 8:28 AM

LGTM

This revision is now accepted and ready to land.Jul 26 2021, 8:28 AM
This revision was landed with ongoing or failed builds.Jul 27 2021, 1:12 AM
This revision was automatically updated to reflect the committed changes.