This is an archive of the discontinued LLVM Phabricator instance.

Factor out resolveFrameOffsetReference.
ClosedPublic

Authored by eugenis on Jul 3 2019, 4:41 PM.

Details

Summary

Split AArch64FrameLowering::resolveFrameIndexReference in two parts

  • Finding frame offset for the index.
  • Finding base register and offset to that register.

The second part will be used to implement a virtual frame pointer in
armv8.5 MTE stack instrumentation lowering.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Jul 3 2019, 4:41 PM
This revision is now accepted and ready to land.Jul 5 2019, 2:17 AM
vitalybuka accepted this revision.Jul 8 2019, 2:27 PM
This revision was automatically updated to reflect the committed changes.