diff options
author | Sanjay Patel <spatel@rotateright.com> | 2019-01-06 16:21:42 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2019-01-06 16:21:42 +0000 |
commit | 8f12e8f3f665cd2ae120cbcd7a7fab308673168f (patch) | |
tree | 21a51d0e089bacf01db8a1845ec113954157a15c /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py | |
parent | 7d34906f31621eda7e01c2cd7afa9eeea257ce31 (diff) | |
download | bcm5719-llvm-8f12e8f3f665cd2ae120cbcd7a7fab308673168f.tar.gz bcm5719-llvm-8f12e8f3f665cd2ae120cbcd7a7fab308673168f.zip |
[x86] explicitly set cost of integer add/sub
There are no test changes here in the existing cost model
regression tests because integer add/sub have a default
legal cost of 1 already. This would break, however, if
we custom lower those ops because the default cost model
assumes that custom-lowered ops are more expensive.
This is similar to the change in rL350403. See discussion
in D56011 for more details. When we enhance that patch to
handle integer ops, we need this cost model change to avoid
unintended diffs here from the custom lowering.
llvm-svn: 350496
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions