[all-commits] [llvm/llvm-project] c3fd2a: [libc] Remove special case for 8 and 16 bytes

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Sep 15 13:48:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3fd2a50ba1395b6c2240f6a688c6a1aa975a1fe
      https://github.com/llvm/llvm-project/commit/c3fd2a50ba1395b6c2240f6a688c6a1aa975a1fe
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M libc/src/string/memcpy.cpp
    M libc/src/string/x86/memcpy.cpp

  Log Message:
  -----------
  [libc] Remove special case for 8 and 16 bytes

They don't seem to gain much in real apps and its better to favor less branches and smaller code.




More information about the All-commits mailing list