[all-commits] [llvm/llvm-project] de21f3: [libc] Add memmove benchmarks

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Nov 30 02:46:32 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de21f346913cf777436ab0ac0fb707ac04eb3300
      https://github.com/llvm/llvm-project/commit/de21f346913cf777436ab0ac0fb707ac04eb3300
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2021-11-30 (Tue, 30 Nov 2021)

  Changed paths:
    M libc/benchmarks/CMakeLists.txt
    M libc/benchmarks/LibcDefaultImplementations.cpp
    M libc/benchmarks/LibcFunctionPrototypes.h
    M libc/benchmarks/LibcMemoryBenchmark.cpp
    M libc/benchmarks/LibcMemoryBenchmark.h
    M libc/benchmarks/LibcMemoryBenchmarkMain.cpp
    M libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp
    M libc/benchmarks/automemcpy/lib/CodeGen.cpp
    M libc/src/string/CMakeLists.txt

  Log Message:
  -----------
  [libc] Add memmove benchmarks

This patch enables the benchmarking of `memmove`.
Ideally, this should be submitted before D114637.

Differential Revision: https://reviews.llvm.org/D114694




More information about the All-commits mailing list