[llvm] AArch64: Optimize memmove for non-power-of-two sizes (PR #168633)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 22 02:21:20 PST 2025


https://github.com/davemgreen commented:

I think I would expect this to to work similarly to memcpy, where we already lower to unaligned loads. Providing we do the loads before the stores that sounds like it should be alright.

https://github.com/llvm/llvm-project/pull/168633


More information about the llvm-commits mailing list