aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2024-10-14 08:57:32 +0100
committerGitHub <noreply@github.com>2024-10-14 08:57:32 +0100
commita07639f4bb89c4e56afcfcd7935a9438fd2e69f5 (patch)
tree270ff19421603d44f2e8d4b0b438df8c2a979b1c /clang/lib/CodeGen/CodeGenModule.cpp
parent5bf81e53dbea609562f91a2d771863cfeb49fa32 (diff)
downloadllvm-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