[libc-commits] [PATCH] D101296: [libc] Use different alignment for memcpy between ARM and x86.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 26 08:15:02 PDT 2021


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/test/src/string/memory_utils/memcpy_utils_test.cpp:163
 
-TEST(LlvmLibcMemcpyUtilsTest, CopyAlignedBlocks) {
+TEST(LlvmLibcMemcpyUtilsTest, CopySrcAlignedBlocks) {
   auto &trace = GetTrace();
----------------
Should we have a test for `CopyDstAlignedBlocks`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101296/new/

https://reviews.llvm.org/D101296



More information about the libc-commits mailing list