[libc-commits] [PATCH] D113108: [libc][NFC] Allow memset (and bzero) to be inlined

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


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

This allows shipping individual functions without also having to provide
memset or bzero at the expense of bigger functions.

Similar to D113097 <https://reviews.llvm.org/D113097>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113108

Files:
  libc/src/string/aarch64/memset.cpp
  libc/src/string/bzero.cpp
  libc/src/string/memory_utils/memset_implementations.inl
  libc/src/string/memory_utils/memset_utils.h
  libc/src/string/memset.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113108.384441.patch
Type: text/x-patch
Size: 7060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211103/878777f3/attachment-0001.bin>


More information about the libc-commits mailing list