[PATCH] D98350: Revert "[AArch64][SVE] Allow accesses to SVE stack objects to use frame pointer"

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 07:10:46 PST 2021


bsmith created this revision.
bsmith added reviewers: sdesmalen, peterwaller-arm, ggouaillardet.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
bsmith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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 <https://reviews.llvm.org/rG42635856ed3c9a05957640f9deb50cf865c03825>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98350

Files:
  llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
  llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
  llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir
  llvm/test/CodeGen/AArch64/framelayout-sve.mir
  llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98350.329654.patch
Type: text/x-patch
Size: 14829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210310/3c697a7b/attachment.bin>


More information about the llvm-commits mailing list