[all-commits] [llvm/llvm-project] 534f4b: [libc] remove mem functions dead code

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Wed Nov 16 02:29:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 534f4bca58f856eaecfcf4a698e7e6b2470349e4
      https://github.com/llvm/llvm-project/commit/534f4bca58f856eaecfcf4a698e7e6b2470349e4
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M libc/src/string/memory_utils/CMakeLists.txt
    R libc/src/string/memory_utils/elements.h
    R libc/src/string/memory_utils/elements_aarch64.h
    R libc/src/string/memory_utils/elements_x86.h
    M libc/test/src/string/memory_utils/CMakeLists.txt
    R libc/test/src/string/memory_utils/elements_test.cpp
    R libc/test/src/string/memory_utils/memory_access_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc] remove mem functions dead code

Let's wait a bit for https://reviews.llvm.org/D136595 to settle before
cleaning up. Just in case we would need to revert.

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




More information about the All-commits mailing list