Expand small memmovs using inline code. Set the X86 threshold for expanding
authorDan Gohman <gohman@apple.com>
Thu, 29 May 2008 19:42:22 +0000 (19:42 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 29 May 2008 19:42:22 +0000 (19:42 +0000)
commit21323f3a829df0e6d9b4566a551619a01e269ba6
treeb1236f491c1de258e4588884afd05e23282dee2a
parent0b85642898bd81209e56e8098c065e2975d455a0
Expand small memmovs using inline code. Set the X86 threshold for expanding
memmove to a more plausible value, now that it's actually being used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51696 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/memmove-4.ll [new file with mode: 0644]