diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-10-25 21:47:22 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-10-25 21:47:22 +0000 |
commit | 4645711a8d54eb34d0040dde1748376d0992068b (patch) | |
tree | 86e3a0cb26d46634422198e718d9dc2cdddd3e65 /lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py | |
parent | 2f9c42c99453b9f33d5f4311075c357134e84120 (diff) | |
download | bcm5719-llvm-4645711a8d54eb34d0040dde1748376d0992068b.tar.gz bcm5719-llvm-4645711a8d54eb34d0040dde1748376d0992068b.zip |
[SystemZ] Improve handling and cost estimates of vector integer div/rem
Enable the DAG optimization that converts vector div/rem with constants into
multiply+shifts sequences by expanding them early. This is needed since
ISD::SMUL_LOHI is 'Custom' lowered on SystemZ, and will therefore not be
available to BuildSDIV after legalization.
Better cost values for these instructions based on how they will be
implemented (a constant divisor is cheaper).
Review: Ulrich Weigand
https://reviews.llvm.org/D53196
llvm-svn: 345321
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py')
0 files changed, 0 insertions, 0 deletions