[all-commits] [llvm/llvm-project] 1c4e4e: [libc][NFC] Split bcmp implementations per platform

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


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

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

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




More information about the All-commits mailing list