Add some testing for thumb1 and thumb2 inline asm immediate constraints
authorEric Christopher <echristo@gmail.com>
Fri, 8 Jan 2016 00:34:44 +0000 (00:34 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 8 Jan 2016 00:34:44 +0000 (00:34 +0000)
commitd0fdbdba37f2bc234e72b8607309e48bf0dff97a
tree313f8a5dd46237f44a7afff7a913931b292ade0c
parentba07fc7f19003c504e476a4c423ed63012a15eb9
Add some testing for thumb1 and thumb2 inline asm immediate constraints
and fix a couple of bugs on inspection.

Also fixes PR26061.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257122 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/inlineasm-imm-thumb.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-imm-thumb2.ll [new file with mode: 0644]