[libc-commits] [PATCH] D113097: [libc][NFC] Allow memcpy to be inlined

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Nov 4 04:58:08 PDT 2021


gchatelet updated this revision to Diff 384708.
gchatelet marked an inline comment as done.
gchatelet added a comment.

- - Rename .inl -> .h and inlined_memcpy -> inline_memcpy


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113097/new/

https://reviews.llvm.org/D113097

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/aarch64/memcpy.cpp
  libc/src/string/memcpy.cpp
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/x86_64/memcpy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113097.384708.patch
Type: text/x-patch
Size: 16945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211104/00cc5aff/attachment-0001.bin>


More information about the libc-commits mailing list