[all-commits] [llvm/llvm-project] ea834c: Revert "[AArch64][SVE] Allow accesses to SVE stack...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Thu Mar 11 05:33:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea834c8365ca7c4f0b491f5de98c521df9401ea9
https://github.com/llvm/llvm-project/commit/ea834c8365ca7c4f0b491f5de98c521df9401ea9
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
M llvm/test/CodeGen/AArch64/debug-info-sve-dbg-value.mir
M llvm/test/CodeGen/AArch64/framelayout-sve.mir
M llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll
Log Message:
-----------
Revert "[AArch64][SVE] Allow accesses to SVE stack objects to use frame pointer"
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.
Differential Revision: https://reviews.llvm.org/D98350
More information about the All-commits
mailing list