[PATCH] [AArch64] Inline memcpy() as a sequence of ldp-stp with 64-bit registers

Sergey Dmitrouk sdmitrouk at accesssoftek.com
Mon Nov 3 05:42:24 PST 2014


Addressed some of comments (will comment on the rest):

1. Fix typo `s/af/as`.
2. `NumSequences` => `NumLdStSequencesUpdated`.
3. Fixed rather confusing comment.
4. Removed extra curly braces around body of single-line `if` statements.

http://reviews.llvm.org/D6054

Files:
  lib/Target/AArch64/AArch64.h
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64LoadStoreInterleave.cpp
  lib/Target/AArch64/AArch64TargetMachine.cpp
  lib/Target/AArch64/CMakeLists.txt
  test/CodeGen/AArch64/arm64-variadic-aapcs.ll
  test/CodeGen/AArch64/arm64-virtual_base.ll
  test/CodeGen/AArch64/func-calls.ll
  test/CodeGen/AArch64/memcpy-f128.ll
  test/CodeGen/AArch64/optimal-load-store-pairs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6054.15691.patch
Type: text/x-patch
Size: 20584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141103/1b540833/attachment.bin>


More information about the llvm-commits mailing list