Lower memcpy with small constant size operand into a series of load / store
authorEvan Cheng <evan.cheng@apple.com>
Wed, 15 Feb 2006 01:54:51 +0000 (01:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 15 Feb 2006 01:54:51 +0000 (01:54 +0000)
commitc080d6fb3dc7769c5a1e00c6a77cb415453b0b89
tree7004188b0b3bdee1109fdd5b0ac66d02b5813a36
parent6d9d13d2e493250b62fdf9812058a7a4dbcc6513
Lower memcpy with small constant size operand into a series of load / store
ops.

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