OSDN Git Service

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)
commit42d311cef64ad01eec4e45967dbed33c8aea6b04
treeb1236f491c1de258e4588884afd05e23282dee2a
parente6ccd113b9ad7c40aa5f71e526537bbeac33d80b
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]