ARM isLegalAddressImmediate should check if type is a simple type now that optimizer...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 9 Mar 2009 19:15:00 +0000 (19:15 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 9 Mar 2009 19:15:00 +0000 (19:15 +0000)
commit6501153fc036741a90c616083014b0f8499678fb
treed6305cf624b26b5fa4fbe6f59c39008caa01eddb
parent0d8fc52ed37af612dae62868727b840b8936efb2
ARM isLegalAddressImmediate should check if type is a simple type now that optimizer can create values of funky scalar types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66429 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/2009-03-09-AddrModeBug.ll [new file with mode: 0644]