[all-commits] [llvm/llvm-project] 699d17: [libc] Improve memcpy copy loop

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Nov 30 00:29:17 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: 699d17d4d64e9b1cf6db0443e87a700104e94aca
      https://github.com/llvm/llvm-project/commit/699d17d4d64e9b1cf6db0443e87a700104e94aca
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
    M libc/src/string/memory_utils/memcpy_utils.h
    M libc/test/src/string/memory_utils/memcpy_utils_test.cpp

  Log Message:
  -----------
  [libc] Improve memcpy copy loop

Rewriting loop so the terminating condition does not depend on the loop body

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




More information about the All-commits mailing list