summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-11-10 06:04:09 +0000
committerCraig Topper <craig.topper@intel.com>2018-11-10 06:04:09 +0000
commitdc12535e00839905ec3357713bca3dcdc596f15c (patch)
tree4a1d12c82a732df5a57143f4ea77699301dbd7d0 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py
parent4a282024db7e957c7514069ea180a3872f53c0e1 (diff)
downloadbcm5719-llvm-dc12535e00839905ec3357713bca3dcdc596f15c.tar.gz
bcm5719-llvm-dc12535e00839905ec3357713bca3dcdc596f15c.zip
[X86] Add a test case to show scalarized vector srem to demonstrate unnecessary instructions. NFC
After the division %ah is being sign extended to move it to lower byte of a register while avoiding a partial register read. We then zero extend the low byte to the full 32 bit register. But we don't use any of the zero extended bits. In the DAG the zero extend was really an any_extend so the sign extend should have been enough. llvm-svn: 346580
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud