diff options
author | Silviu Baranga <silviu.baranga@arm.com> | 2016-05-09 11:10:44 +0000 |
---|---|---|
committer | Silviu Baranga <silviu.baranga@arm.com> | 2016-05-09 11:10:44 +0000 |
commit | f60be28ed83473983bae52ca95b34b05a6b992ed (patch) | |
tree | 076157a42fc863a4cfd5cc35d62160f70aab0d35 /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | |
parent | b8d8c62b341ab7a294231e6395dede2190bb93a8 (diff) | |
download | bcm5719-llvm-f60be28ed83473983bae52ca95b34b05a6b992ed.tar.gz bcm5719-llvm-f60be28ed83473983bae52ca95b34b05a6b992ed.zip |
[AArch64] Implement lowering of the X constraint on AArch64
Summary:
This implements the lowering of the X constraint on
AArch64.
The default behaviour of the X constraint lowering is to
restrict it to "f". This is a problem because the "f"
constraint is not implemented on AArch64 and would be too
restrictive anyway. Therefore, the AArch64 hook will
lower this to "w" (if the operand is a floating point or
vector) or "r" otherwise.
The implementation is similar with the one added for
ARM (r267411).
This is the AArch64 side of the fix for http://llvm.org/PR26493
Reviewers: rengolin
Subscribers: aemerson, rengolin, llvm-commits, t.p.northover
Differential Revision: http://reviews.llvm.org/D19967
llvm-svn: 268907
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py')
0 files changed, 0 insertions, 0 deletions