[libc-commits] [PATCH] D114637: [libc] Optimized version of memmove
    Guillaume Chatelet via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Feb  8 02:50:40 PST 2022
    
    
  
gchatelet updated this revision to Diff 406753.
gchatelet added a comment.
- Non recursive Repeated::move implementation
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114637/new/
https://reviews.llvm.org/D114637
Files:
  libc/src/__support/CPP/ArrayRef.h
  libc/src/string/CMakeLists.txt
  libc/src/string/memmove.cpp
  libc/src/string/memory_utils/elements.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/memmove_test.cpp
  libc/utils/UnitTest/CMakeLists.txt
  libc/utils/UnitTest/MemoryMatcher.cpp
  libc/utils/UnitTest/MemoryMatcher.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114637.406753.patch
Type: text/x-patch
Size: 23251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220208/9facf9dd/attachment-0001.bin>
    
    
More information about the libc-commits
mailing list