This patch enables the benchmarking of memmove.
Ideally, this should be submitted before D114637.
Details
Details
- Reviewers
sivachandra - Commits
- rGde21f346913c: [libc] Add memmove benchmarks
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D114694
[libc] Add memmove benchmarks ClosedPublic Authored by gchatelet on Nov 29 2021, 12:51 AM.
Details
Summary This patch enables the benchmarking of memmove.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 29 2021, 8:54 AM Closed by commit rGde21f346913c: [libc] Add memmove benchmarks (authored by gchatelet). · Explain WhyNov 30 2021, 2:46 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 390644 libc/benchmarks/CMakeLists.txt
libc/benchmarks/LibcDefaultImplementations.cpp
libc/benchmarks/LibcFunctionPrototypes.h
libc/benchmarks/LibcMemoryBenchmark.h
libc/benchmarks/LibcMemoryBenchmark.cpp
libc/benchmarks/LibcMemoryBenchmarkMain.cpp
libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp
libc/benchmarks/automemcpy/lib/CodeGen.cpp
libc/src/string/CMakeLists.txt
|