diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2014-01-14 06:18:34 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2014-01-14 06:18:34 +0000 |
commit | 209120621a179135d5932e2138fec23691285759 (patch) | |
tree | f6772975ccbb17e411e0ea5f94fe6424a7d2c379 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp | |
parent | e2d5663b10d0cd615cd7d772ed023e21b770210e (diff) | |
download | llvm-209120621a179135d5932e2138fec23691285759.zip llvm-209120621a179135d5932e2138fec23691285759.tar.gz llvm-209120621a179135d5932e2138fec23691285759.tar.bz2 |
Switch the NEON register class from QPR to DPair.
The already allocatable DPair superclass contains odd-even D register
pair in addition to the even-odd pairs in the QPR register class. There
is no reason to constrain the set of D register pairs that can be used
for NEON values. Any NEON instructions that require a Q register will
automatically constrain the register class to QPR.
The allocation order for DPair begins with the QPR registers, so
register allocation is unlikely to change much.
llvm-svn: 199186
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp')
0 files changed, 0 insertions, 0 deletions