[all-commits] [llvm/llvm-project] 6fdc24: [libc] handle memset sequence as a separate struct
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Apr 18 08:18:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fdc244e9f13d2ce20a26d05513f22a1e099f90a
https://github.com/llvm/llvm-project/commit/6fdc244e9f13d2ce20a26d05513f22a1e099f90a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-04-18 (Tue, 18 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:
-----------
[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