[all-commits] [llvm/llvm-project] 7f5d7b: [libc][mem*] Introduce Algorithms for new mem fram...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jun 28 02:24:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f5d7bc827a5fda1c803342af536f81986e2635a
      https://github.com/llvm/llvm-project/commit/7f5d7bc827a5fda1c803342af536f81986e2635a
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    A libc/src/string/memory_utils/algorithm.h
    M libc/src/string/memory_utils/sized_op.h
    M libc/test/src/string/memory_utils/CMakeLists.txt
    A libc/test/src/string/memory_utils/algorithm_test.cpp

  Log Message:
  -----------
  [libc][mem*] Introduce Algorithms for new mem framework

This patch is a subpart of D125768 intented to make the review easier.

This patch introduces the same algorithms as in `libc/src/string/memory_utils/elements.h` but using the new API.

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




More information about the All-commits mailing list