summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorMin-Yih Hsu <minyihh@uci.edu>2021-08-07 16:37:35 -0700
committerMin-Yih Hsu <minyihh@uci.edu>2021-08-07 17:19:12 -0700
commit657bb7262d4a53e903e702d46fdcab57b7085128 (patch)
tree02279672c88ead16ed673eb9f330c4f06fb94ba9 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent4c0d15f86f33dc61ec1dc618fb164c127409edfc (diff)
[M68k] Separate ADDA from ADD and migrate rest of the arithmetic MC tests
Previously ADD & ADDA (as well as SUB & SUBA) instructions are mixed together, which not only violated Motorola assembly's syntax but also made asm parsing more difficult. This patch separates these two kinds of instructions migrate rest of the tests from test/CodeGen/M68k/Encoding/Arithmetic to test/MC/M68k/Arithmetic. Note that we observed minor regressions on codegen quality: Sometimes isel uses ADD instead of ADDA even the latter can lead to shorter sequence of code. This issue implies that some isel patterns might need to be updated.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions