[all-commits] [llvm/llvm-project] 4f3511: [libc][NFC] Allow memcmp to be inlined
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Nov 4 06:48:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f3511e28fc49faa4d2af743a37ca1007f5be30c
https://github.com/llvm/llvm-project/commit/4f3511e28fc49faa4d2af743a37ca1007f5be30c
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M libc/src/string/CMakeLists.txt
R libc/src/string/aarch64/memcmp.cpp
M libc/src/string/memcmp.cpp
A libc/src/string/memory_utils/memcmp_implementations.h
Log Message:
-----------
[libc][NFC] Allow memcmp to be inlined
Similar to D113097 although not strictly necessary for now. It helps
keeping the same structure for all memory functions.
Differential Revision: https://reviews.llvm.org/D113103
More information about the All-commits
mailing list