Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.
authorDan Gohman <gohman@apple.com>
Thu, 11 Nov 2010 16:24:49 +0000 (16:24 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 11 Nov 2010 16:24:49 +0000 (16:24 +0000)
commitefb8a9d0c2c6be209c6e34f4249ff14fc232bf9f
treed32f53ed23608726dc372527174dea5ae869ae83
parent5aae3dcb53b89344d598eee7e1021dce7ec6345c
Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118789 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
test/CodeGen/X86/memmove-0.ll [deleted file]
test/CodeGen/X86/memmove-1.ll [deleted file]
test/CodeGen/X86/memmove-2.ll [deleted file]
test/CodeGen/X86/memmove-3.ll [deleted file]