summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2018-10-25 21:47:22 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2018-10-25 21:47:22 +0000
commit4645711a8d54eb34d0040dde1748376d0992068b (patch)
tree86e3a0cb26d46634422198e718d9dc2cdddd3e65 /lldb/packages/Python/lldbsuite/test/functionalities/target_command/TestTargetCommand.py
parent2f9c42c99453b9f33d5f4311075c357134e84120 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud