Combine an unaligned store of unaligned load into a memmove.
authorRichard Osborne <richard@xmos.com>
Thu, 16 Jul 2009 12:50:48 +0000 (12:50 +0000)
committerRichard Osborne <richard@xmos.com>
Thu, 16 Jul 2009 12:50:48 +0000 (12:50 +0000)
commitdb9e697725e81edb4c5cb80f8dc7b412431be0d0
tree80f5ef0a5272129d63b9bf48a0254c0f685aa612
parent787e90f8627251fd2c63e2e5e17132e22d5d606a
Combine an unaligned store of unaligned load into a memmove.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75908 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
test/CodeGen/XCore/unaligned_store_combine.ll [new file with mode: 0644]