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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Nov 3 07:38:48 PDT 2021


gchatelet created this revision.
gchatelet added reviewers: sivachandra, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
gchatelet requested review of this revision.

Similar to D113097 <https://reviews.llvm.org/D113097> although not strictly necessary for now. It helps
keeping the same structure for all memory functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113103

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/aarch64/memcmp.cpp
  libc/src/string/memcmp.cpp
  libc/src/string/memory_utils/memcmp_implementations.inl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113103.384432.patch
Type: text/x-patch
Size: 9593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211103/65eee246/attachment.bin>


More information about the libc-commits mailing list