This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Remove erroneous assert in resolveFrameOffsetReference
ClosedPublic

Authored by sdesmalen on Jul 3 2020, 4:09 AM.

Details

Summary

The code already supports addressing a fixed-size stack object from
the frame-pointer, by first subtracting sizeof(SVE area) from FP.

Diff Detail

Event Timeline

sdesmalen created this revision.Jul 3 2020, 4:09 AM
Herald added a project: Restricted Project. · View Herald Transcript
david-arm accepted this revision.Jul 6 2020, 3:56 AM

LGTM!

This revision is now accepted and ready to land.Jul 6 2020, 3:56 AM
This revision was automatically updated to reflect the committed changes.