[all-commits] [llvm/llvm-project] 5bf47e: [libc] CopyAlignedBlocks can now specify alignment...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Jan 15 07:32:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bf47e142b6ebe1baf0cab257800c27a1a3bbde7
https://github.com/llvm/llvm-project/commit/5bf47e142b6ebe1baf0cab257800c27a1a3bbde7
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M libc/src/string/memory_utils/memcpy_utils.h
M libc/src/string/memory_utils/utils.h
M libc/test/src/string/memory_utils/memcpy_utils_test.cpp
Log Message:
-----------
[libc] CopyAlignedBlocks can now specify alignment on top of block size
This has been requested in D92236
Differential Revision: https://reviews.llvm.org/D94770
More information about the All-commits
mailing list