[all-commits] [llvm/llvm-project] e49a60: Revert D148717 "[libc] Improve memcmp latency and ...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jun 5 02:51:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e49a6085111b9cbba69b330f9bfc6e0aae9e53e8
https://github.com/llvm/llvm-project/commit/e49a6085111b9cbba69b330f9bfc6e0aae9e53e8
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/memory_utils/CMakeLists.txt
M libc/src/string/memory_utils/bcmp_implementations.h
M libc/src/string/memory_utils/memcmp_implementations.h
M libc/src/string/memory_utils/op_generic.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 reverts commit 9ec6ebd3ceabb29482aa18a64b943788b65223dc.
The patch broke RISCV and aarch64 builtbots.
More information about the All-commits
mailing list