diff options
author | Matthias Braun <matze@braunis.de> | 2017-06-20 18:43:14 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-06-20 18:43:14 +0000 |
commit | 7a482e230228d0056cba5e97b0714ca671aebe6c (patch) | |
tree | b501864db27a524e5a9f205735f5de519c9dc900 /lldb/scripts/Python | |
parent | 76858f5a1dfe7cf20226b0b9c043f3be20773370 (diff) | |
download | llvm-7a482e230228d0056cba5e97b0714ca671aebe6c.zip llvm-7a482e230228d0056cba5e97b0714ca671aebe6c.tar.gz llvm-7a482e230228d0056cba5e97b0714ca671aebe6c.tar.bz2 |
RegisterScavenging: Followup to r305625
This does some improvements/cleanup to the recently introduced
scavengeRegisterBackwards() functionality:
- Rewrite findSurvivorBackwards algorithm to use the existing
LiveRegUnit::accumulateBackward() code. This also avoids the Available
and Candidates bitset and just need 1 LiveRegUnit instance
(= 1 bitset).
- Pick registers in allocation order instead of register number order.
llvm-svn: 305817
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions