[libc-commits] [PATCH] D114694: [libc] Add memmove benchmarks
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Nov 29 00:51:10 PST 2021
gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
gchatelet requested review of this revision.
This patch enables the benchmarking of `memmove`.
Ideally, this should be submitted before D114637 <https://reviews.llvm.org/D114637>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114694
Files:
libc/benchmarks/CMakeLists.txt
libc/benchmarks/LibcDefaultImplementations.cpp
libc/benchmarks/LibcFunctionPrototypes.h
libc/benchmarks/LibcMemoryBenchmark.cpp
libc/benchmarks/LibcMemoryBenchmark.h
libc/benchmarks/LibcMemoryBenchmarkMain.cpp
libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp
libc/benchmarks/automemcpy/lib/CodeGen.cpp
libc/src/string/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114694.390269.patch
Type: text/x-patch
Size: 9922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211129/ebf09be0/attachment.bin>
More information about the libc-commits
mailing list