Revert D148717 "[libc] Improve memcmp latency and codegen"
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 12 Jun 2023 08:32:00 +0000 (08:32 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 12 Jun 2023 08:32:00 +0000 (08:32 +0000)
commit1ec995cc1c6c175ed4a04ab842a9c9d50f7b9ff4
tree93e224a845ba6ba27e86024aa815fbbdd2a37d17
parent203078bc14324d86c9600ed0e4fdf3b1e5ecd851
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.
16 files changed:
libc/src/__support/macros/properties/architectures.h
libc/src/string/CMakeLists.txt
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/aarch64/memcmp_implementations.h
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memmove_implementations.h
libc/src/string/memory_utils/memset_implementations.h
libc/src/string/memory_utils/op_aarch64.h
libc/src/string/memory_utils/op_generic.h
libc/src/string/memory_utils/op_riscv.h [deleted file]
libc/src/string/memory_utils/op_x86.h
libc/src/string/memory_utils/utils.h
libc/src/string/memory_utils/x86_64/memcmp_implementations.h
libc/test/src/string/memory_utils/op_tests.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel