Expand unaligned loads/stores when the target doesn't support them. (PR1548)
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 1 Aug 2007 19:34:21 +0000 (19:34 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Wed, 1 Aug 2007 19:34:21 +0000 (19:34 +0000)
commitf3c13c82e34b8e90f1080cfe06c6f1328a2d44e1
tree4af86fd56c3098b0a4d6ca2bce901a8abfcaa1b5
parent4eda05855012deeed85ce6eb6b443d12e6159a27
Expand unaligned loads/stores when the target doesn't support them. (PR1548)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
test/CodeGen/ARM/unaligned_load_store.ll [new file with mode: 0644]