Implement MEMCPY natively in terms of rep movs*
authorChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 06:19:26 +0000 (06:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 06:19:26 +0000 (06:19 +0000)
commit31805bf2b6e7c732dfce83e1eed61b9e91628375
tree77ece1e8357a8b653fa36f29c5854b7a5c006c56
parent989de030c44b57720ad7e55bc0c80a86e00d87f6
Implement MEMCPY natively in terms of rep movs*

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp