OSDN Git Service

Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
authorNadav Rotem <nadav.rotem@intel.com>
Thu, 9 Aug 2012 01:56:44 +0000 (01:56 +0000)
committerNadav Rotem <nadav.rotem@intel.com>
Thu, 9 Aug 2012 01:56:44 +0000 (01:56 +0000)
commit0b66bd9b078c99dfca6ba0836750cdc168f635d1
treea38bf78edcdbcc5fd11e631f6124151200cc7f8e
parent529f3140507c4b4479ffd58d8008f38b5de6c5c4
Fix the legalization of ExtLoad on ARM.  ExpandUnalignedLoad did not properly
handle the cases where the memory value type was illegal.
PR 13111.

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