[libc-commits] [PATCH] D111801: [libc] automemcpy

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Oct 28 02:53:42 PDT 2021


gchatelet updated this revision to Diff 382971.
gchatelet added a comment.

- [libc] automemcpy
- Add documentation, unify three maps as a single one.
- Add tests for result analyzer
- Address comments
- Address comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111801/new/

https://reviews.llvm.org/D111801

Files:
  libc/benchmarks/CMakeLists.txt
  libc/benchmarks/automemcpy/CMakeLists.txt
  libc/benchmarks/automemcpy/README.md
  libc/benchmarks/automemcpy/include/automemcpy/CodeGen.h
  libc/benchmarks/automemcpy/include/automemcpy/FunctionDescriptor.h
  libc/benchmarks/automemcpy/include/automemcpy/RandomFunctionGenerator.h
  libc/benchmarks/automemcpy/include/automemcpy/ResultAnalyzer.h
  libc/benchmarks/automemcpy/lib/CMakeLists.txt
  libc/benchmarks/automemcpy/lib/CodeGen.cpp
  libc/benchmarks/automemcpy/lib/CodeGenMain.cpp
  libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp
  libc/benchmarks/automemcpy/lib/ResultAnalyzer.cpp
  libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
  libc/benchmarks/automemcpy/unittests/CMakeLists.txt
  libc/benchmarks/automemcpy/unittests/CodeGenTest.cpp
  libc/benchmarks/automemcpy/unittests/ResultAnalyzerTest.cpp
  libc/src/string/memory_utils/elements.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111801.382971.patch
Type: text/x-patch
Size: 90160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211028/16d7838f/attachment-0001.bin>


More information about the libc-commits mailing list