[all-commits] [llvm/llvm-project] 458734: [reland][libc] handle memset sequence as a separat...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Apr 19 01:38:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 458734b8b9ab457e3c88b76e87761a8f4c27a290
https://github.com/llvm/llvm-project/commit/458734b8b9ab457e3c88b76e87761a8f4c27a290
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M libc/src/string/memory_utils/memset_implementations.h
M libc/src/string/memory_utils/op_generic.h
M libc/test/src/string/memory_utils/op_tests.cpp
Log Message:
-----------
[reland][libc] handle memset sequence as a separate struct
These sequence of calls don't really make sense for head_tail and loop_and_tail.
More information about the All-commits
mailing list