summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2015-10-26 10:04:52 +0000
committerJames Molloy <james.molloy@arm.com>2015-10-26 10:04:52 +0000
commit72222f5dcafbf19905908197793732fe07458595 (patch)
tree2dcce747db3d91caf60392700db107c6a56f4d51 /llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
parent94bbbc29bd8e8a48e43fafec302da89fc7f46192 (diff)
downloadbcm5719-llvm-72222f5dcafbf19905908197793732fe07458595.tar.gz
bcm5719-llvm-72222f5dcafbf19905908197793732fe07458595.zip
[ARM] Handle the inline asm constraint type 'o'
This means "memory with offset" and requires very little plumbing to get working. This fixes PR25317. llvm-svn: 251280
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
index dc9eefe6ade..cd73021dfc6 100644
--- a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -3924,6 +3924,7 @@ SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
// be an immediate and not a memory constraint.
// Fallthrough.
case InlineAsm::Constraint_m:
+ case InlineAsm::Constraint_o:
case InlineAsm::Constraint_Q:
case InlineAsm::Constraint_Um:
case InlineAsm::Constraint_Un:
OpenPOWER on IntegriCloud