aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorDavid Sherwood <david.sherwood@arm.com>2020-05-28 14:22:49 +0100
committerDavid Sherwood <david.sherwood@arm.com>2020-06-09 07:39:38 +0100
commit30dfbf03a206ad4f2a18d7fb904831ee728b6cbc (patch)
tree683d9ed7f2513efa1ca67fee280873a5c4688034 /llvm/lib/CodeGen/MachineFunction.cpp
parent295d1fe7333c93fa0250e820e92cd9f2d9a2cbef (diff)
downloadllvm-30dfbf03a206ad4f2a18d7fb904831ee728b6cbc.zip
llvm-30dfbf03a206ad4f2a18d7fb904831ee728b6cbc.tar.gz
llvm-30dfbf03a206ad4f2a18d7fb904831ee728b6cbc.tar.bz2
[CodeGen,AArch64] Fix up warnings in splitStores
The code for trying to split up stores is designed for NEON vectors, where we support arbitrary alignments. It's an optimisation designed to improve performance by using smaller, aligned stores. However, we currently only support 16 byte alignments for SVE vectors anyway so we may as well bail out early. This change fixes up remaining warnings in a couple of tests: CodeGen/AArch64/sve-callbyref-notailcall.ll CodeGen/AArch64/sve-calling-convention-byref.ll Differential Revision: https://reviews.llvm.org/D80720
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions