[all-commits] [llvm/llvm-project] 8cc440: [libc][NFC] Split memcpy implementations per platform

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Thu Jul 13 03:30:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8cc440b3e7bfc248a31ffad0a7b32dceb6c24470
      https://github.com/llvm/llvm-project/commit/8cc440b3e7bfc248a31ffad0a7b32dceb6c24470
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
    M libc/src/__support/CPP/string.h
    M libc/src/string/memory_utils/CMakeLists.txt
    M libc/src/string/memory_utils/memcpy_implementations.h
    A libc/src/string/memory_utils/riscv/memcpy_implementations.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][NFC] Split memcpy implementations per platform

This is a follow up on D154800 and D154770 to make the code structure more principled and avoid too many nested #ifdef/#endif.

Reviewed By: courbet

Differential Revision: https://reviews.llvm.org/D155099




More information about the All-commits mailing list