diff options
author | Jim Ingham <jingham@apple.com> | 2022-03-14 14:37:38 -0700 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2022-03-14 15:25:40 -0700 |
commit | 33f9fc77d1ffe7d6c86b6c7a692ff9f2b99cf82e (patch) | |
tree | 140a9f1599024733fc1fbd339a566845242231d1 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 36fe3f13a997cc45cbffe8a4631db4b1dade6eb8 (diff) | |
download | llvm-33f9fc77d1ffe7d6c86b6c7a692ff9f2b99cf82e.zip llvm-33f9fc77d1ffe7d6c86b6c7a692ff9f2b99cf82e.tar.gz llvm-33f9fc77d1ffe7d6c86b6c7a692ff9f2b99cf82e.tar.bz2 |
Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.
They don't require that the memory return address be restored prior to
function exit, so there's no guarantee the value is correct. It's better
to return nothing that something that's not accurate.
Differential Revision: https://reviews.llvm.org/D121348
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions