[all-commits] [llvm/llvm-project] bd1cba: Revert D148717 "[libc] Improve memcmp latency and ...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Wed Jun 21 05:37:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd1cba9f4ff0a24c86b288efc43402289877176d
      https://github.com/llvm/llvm-project/commit/bd1cba9f4ff0a24c86b288efc43402289877176d
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    M libc/src/__support/macros/properties/architectures.h
    M libc/src/string/CMakeLists.txt
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/aarch64/memcmp_implementations.h
    M libc/src/string/memory_utils/bcmp_implementations.h
    M libc/src/string/memory_utils/memcmp_implementations.h
    M libc/src/string/memory_utils/memmove_implementations.h
    M libc/src/string/memory_utils/memset_implementations.h
    M libc/src/string/memory_utils/op_aarch64.h
    M libc/src/string/memory_utils/op_generic.h
    R libc/src/string/memory_utils/op_riscv.h
    M libc/src/string/memory_utils/op_x86.h
    M libc/src/string/memory_utils/utils.h
    M libc/src/string/memory_utils/x86_64/memcmp_implementations.h
    M libc/test/src/string/memory_utils/op_tests.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  Revert D148717 "[libc] Improve memcmp latency and codegen"

Once integrated in our codebase the patch triggered a bunch of failing
tests. We do not yet understand where the bug is but we revert it to
move forward with integration.
This reverts commit 5e32765c15ab8df3d2635a2bb5078c5b1d5714d5.




More information about the All-commits mailing list