This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Correct store ReadAdrBase operand
ClosedPublic

Authored by dmgreen on Aug 18 2021, 3:58 AM.

Details

Summary

It appears that the Read operand for stores was being placed on the first operand (the stored value) not the address base. This adds a ReadST for the stored value operand, allowing the ReadAdrBase to correctly act upon the address.

Diff Detail

Event Timeline

dmgreen created this revision.Aug 18 2021, 3:58 AM
dmgreen requested review of this revision.Aug 18 2021, 3:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2021, 3:58 AM
NickGuy accepted this revision.Aug 23 2021, 2:39 AM
This revision is now accepted and ready to land.Aug 23 2021, 2:39 AM
This revision was landed with ongoing or failed builds.Aug 23 2021, 1:08 PM
This revision was automatically updated to reflect the committed changes.