diff options
author | David Green <david.green@arm.com> | 2024-10-14 08:57:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 08:57:32 +0100 |
commit | a07639f4bb89c4e56afcfcd7935a9438fd2e69f5 (patch) | |
tree | 270ff19421603d44f2e8d4b0b438df8c2a979b1c /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 5bf81e53dbea609562f91a2d771863cfeb49fa32 (diff) | |
download | llvm-a07639f4bb89c4e56afcfcd7935a9438fd2e69f5.zip llvm-a07639f4bb89c4e56afcfcd7935a9438fd2e69f5.tar.gz llvm-a07639f4bb89c4e56afcfcd7935a9438fd2e69f5.tar.bz2 |
[AArch64] Increase inline memmove limit to 16 stored registers (#111848)
The memcpy inline limit has been 16 for a long time, this patch makes
the memmove inline limit the same, allowing small-constant sized
memmoves to be emitted inline. The 16 is the number of registers stored,
which equates to a limit of 256 bytes.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions