[all-commits] [llvm/llvm-project] b38dda: [libc][NFC] Split memcmp implementations per platform
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jul 17 04:35:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b38dda74fa6387a00c840f6bdbdeba0a7bda7e61
https://github.com/llvm/llvm-project/commit/b38dda74fa6387a00c840f6bdbdeba0a7bda7e61
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
M libc/src/string/memory_utils/memcmp_implementations.h
A libc/src/string/memory_utils/riscv/memcmp_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Split memcmp implementations per platform
This is a follow up on D154800 and D154770 to make the code structure more principled and avoid too many nested #ifdef/#endif.
Reviewed By: courbet
Differential Revision: https://reviews.llvm.org/D155181
More information about the All-commits
mailing list