Re-commit: [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constra...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 17 Mar 2015 14:37:39 +0000 (14:37 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 17 Mar 2015 14:37:39 +0000 (14:37 +0000)
commit49f643c4723e1f0ceb050ea01d18afd8a1590636
tree9e86104780361270dd6f01aba2d772646f183374
parentec8da3de019fa2b30968b1877acb56ec2ab368a7
Re-commit: [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.

Summary:
But still handle them the same way since I don't know how they differ on
this target.

No functional change intended.

Reviewers: kparzysz, adasgupt

Reviewed By: kparzysz, adasgupt

Subscribers: colinl, llvm-commits

Differential Revision: http://reviews.llvm.org/D8204

Like for the PowerPC target, I've had to add 'i' to the constraint mappings in
order to pass 2007-12-17-InvokeAsm.ll. It's not clear why 'i' has historically
been treated as a memory constraint.

llvm-svn: 232480
llvm/include/llvm/IR/InlineAsm.h
llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
llvm/lib/Target/Hexagon/HexagonISelLowering.h