aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
diff options
context:
space:
mode:
authorGuozhi Wei <carrot@google.com>2021-11-29 19:01:59 -0800
committerGuozhi Wei <carrot@google.com>2021-11-29 19:01:59 -0800
commitf1d8345a2ab3c343929212d1c62174cfaa46e71a (patch)
treeaa86088bf70010e00a4124821b1113d3ea37774a /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
parentb121d23a9cea711e832505c0b2495de6a51591c1 (diff)
downloadllvm-f1d8345a2ab3c343929212d1c62174cfaa46e71a.zip
llvm-f1d8345a2ab3c343929212d1c62174cfaa46e71a.tar.gz
llvm-f1d8345a2ab3c343929212d1c62174cfaa46e71a.tar.bz2
[TwoAddressInstructionPass] Create register mapping for registers with multiple uses in the current MBB
Currently we create register mappings for registers used only once in current MBB. For registers with multiple uses, when all the uses are in the current MBB, we can also create mappings for them similarly according to the last use. For example %reg101 = ... = ... reg101 %reg103 = ADD %reg101, %reg102 We can create mapping between %reg101 and %reg103. Differential Revision: https://reviews.llvm.org/D113193
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions