Teach legalize to lower MEMSET/MEMCPY/MEMMOVE operations if the target
authorChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 05:57:22 +0000 (05:57 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 05:57:22 +0000 (05:57 +0000)
commite1bd822ddb0099406d9f280535461033dfeeb190
treef1de4c0d0ddc607fb193a719a2b70783cf77dc48
parent4c633e82f6041f452e451904ec0de670e7f143e4
Teach legalize to lower MEMSET/MEMCPY/MEMMOVE operations if the target
does not support them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19465 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp