summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-04-25 18:19:59 +0000
committerCraig Topper <craig.topper@intel.com>2019-04-25 18:19:59 +0000
commitf9c30eddd013452dafe3649c3c05a74530a43c2d (patch)
treec78db3abe4ee3ca1256fedcf6287f11a4db51ea6 /lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py
parent42ef2c6d06fc6ca7cf9468f3b26f611e2e7da4aa (diff)
downloadbcm5719-llvm-f9c30eddd013452dafe3649c3c05a74530a43c2d.tar.gz
bcm5719-llvm-f9c30eddd013452dafe3649c3c05a74530a43c2d.zip
[SelectionDAG][X86] Use stack load/store in PromoteIntRes_BITCAST when the input needs to be be split and the output type is a vector.
We had special case handling here, but it uses a scalar any_extend for the promotion then bitcasts to the final type. This won't split up the input data into multiple promoted elements like we need. This patch falls back to doing the conversion through memory. Fixes PR41594 which I believe was reflected in the bitcast-vector-bool.ll changes. The changes to vector-half-conversions.ll are fixing a previously unknown miscompile from this issue. Differential Revision: https://reviews.llvm.org/D61114 llvm-svn: 359219
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/TestSampleTest.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud