[libc-commits] [PATCH] D155515: [libc][NFC] Split memmove implementations per platform

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jul 17 14:23:40 PDT 2023


gchatelet created this revision.
gchatelet added a reviewer: courbet.
Herald added subscribers: libc-commits, luke, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.
Herald added a subscriber: wangpc.

This is a follow up on D154800 <https://reviews.llvm.org/D154800> and D154770 <https://reviews.llvm.org/D154770> to make the code structure more principled and avoid too many nested #ifdef/#endif.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155515

Files:
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/aarch64/memmove_implementations.h
  libc/src/string/memory_utils/memmove_implementations.h
  libc/src/string/memory_utils/riscv/memmove_implementations.h
  libc/src/string/memory_utils/x86_64/memmove_implementations.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155515.541235.patch
Type: text/x-patch
Size: 14319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230717/574e5eb5/attachment-0001.bin>


More information about the libc-commits mailing list