Fix memcpy lowering when addresses are 4-byte aligned but size is not multiple of 4.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 22 Oct 2007 22:11:27 +0000 (22:11 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 22 Oct 2007 22:11:27 +0000 (22:11 +0000)
commit4102eb57bbeecbbf5b5b5122ed1ecd4cd5487878
tree6e5fa21a413cd28b0c0076a1d5b083d800be6365
parentac72058dd6afcb41ddf8b19c4ec2093999b34282
Fix memcpy lowering when addresses are 4-byte aligned but size is not multiple of 4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43234 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/README-Thumb.txt
test/CodeGen/ARM/memcpy-inline.ll [new file with mode: 0644]