[ARM] Handle the inline asm constraint type 'o'
authorJames Molloy <james.molloy@arm.com>
Mon, 26 Oct 2015 10:04:52 +0000 (10:04 +0000)
committerJames Molloy <james.molloy@arm.com>
Mon, 26 Oct 2015 10:04:52 +0000 (10:04 +0000)
commit82ace96a30933c2ded81521de51774d406aba3b1
tree22b5ea5d4da914f867fe84eb154eb2f1e4459332
parent6f975c928c74fa24dbfa28eca475c0b11e4dda23
[ARM] Handle the inline asm constraint type 'o'

This means "memory with offset" and requires very little plumbing to get working. This fixes PR25317.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.h
test/CodeGen/ARM/pr25317.ll [new file with mode: 0644]