[all-commits] [llvm/llvm-project] 23dcdb: [libc][NFC] Split memmove implementations per plat...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jul 18 05:20:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23dcdbfba790eb24141d0d2523aab34a2a4d1ef5
      https://github.com/llvm/llvm-project/commit/23dcdbfba790eb24141d0d2523aab34a2a4d1ef5
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

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

  Log Message:
  -----------
  [libc][NFC] Split memmove 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/D155515




More information about the All-commits mailing list