[all-commits] [llvm/llvm-project] 1ec995: Revert D148717 "[libc] Improve memcmp latency and ...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jun 12 01:33:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ec995cc1c6c175ed4a04ab842a9c9d50f7b9ff4
https://github.com/llvm/llvm-project/commit/1ec995cc1c6c175ed4a04ab842a9c9d50f7b9ff4
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-06-12 (Mon, 12 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"
This broke aarch64 debug buildbot https://lab.llvm.org/buildbot/#/builders/223/builds/21703
This reverts commit bd4f978754758d5ef29d1f10370f45362da3de37.
More information about the All-commits
mailing list