This is an archive of the discontinued LLVM Phabricator instance.

Revert "[AArch64][SVE] Allow accesses to SVE stack objects to use frame pointer"
ClosedPublic

Authored by bsmith on Mar 10 2021, 7:10 AM.

Details

Summary

This patch introduced codegen faults. An attempt to fix this was done
in https://reviews.llvm.org/D97193, but ultimately it was decided to
approach this differently.

This reverts commit 42635856ed3c9a05957640f9deb50cf865c03825.

Diff Detail

Event Timeline

bsmith created this revision.Mar 10 2021, 7:10 AM
bsmith requested review of this revision.Mar 10 2021, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2021, 7:10 AM
efriedma accepted this revision.Mar 10 2021, 11:51 AM
This revision is now accepted and ready to land.Mar 10 2021, 11:51 AM