[all-commits] [llvm/llvm-project] b6d3ae: Revert D136595 "[libc] Switch to new implementatio...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Oct 27 01:39:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b6d3ae3d3de0ce8015e422592aa467b99d4b0b6d
      https://github.com/llvm/llvm-project/commit/b6d3ae3d3de0ce8015e422592aa467b99d4b0b6d
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M libc/src/stdio/printf_core/string_writer.cpp
    M libc/src/string/bcmp.cpp
    M libc/src/string/memcmp.cpp
    M libc/src/string/memcpy.cpp
    M libc/src/string/memmove.cpp
    M libc/src/string/memory_utils/bcmp_implementations.h
    M libc/src/string/memory_utils/bzero_implementations.h
    M libc/src/string/memory_utils/memcmp_implementations.h
    M libc/src/string/memory_utils/memcpy_implementations.h
    M libc/src/string/memory_utils/memset_implementations.h
    M libc/src/string/memory_utils/op_x86.h
    M libc/src/string/mempcpy.cpp
    M libc/src/string/memset.cpp

  Log Message:
  -----------
  Revert D136595 "[libc] Switch to new implementation of mem* functions"

This patch seems to introduce bugs on aarch64.
Reverting while we investigate the root cause.

This reverts commit 02841488138160f9064f334a833d4bf3e80385c6.




More information about the All-commits mailing list