summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorTim Renouf <tpr@botech.co.uk>2019-11-08 13:34:17 +0000
committerTim Renouf <tpr@botech.co.uk>2019-11-08 15:40:09 +0000
commit0703db39892949ced56590a1ec8586bf20bffdb4 (patch)
tree082fe3bb8dd048124d5c9a4ce8667d77ab815dbc /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
parenta3db9c08ebdf1f39ed89f4a7afa09fc153cf98c5 (diff)
downloadbcm5719-llvm-0703db39892949ced56590a1ec8586bf20bffdb4.tar.gz
bcm5719-llvm-0703db39892949ced56590a1ec8586bf20bffdb4.zip
[CostModel] Fixed isExtractSubvectorMask for undef index off end
ShuffleVectorInst::isExtractSubvectorMask, introduced in [CostModel] Add SK_ExtractSubvector handling to getInstructionThroughput (PR39368) erroneously thought that %340 = shufflevector <4 x float> %339, <4 x float> undef, <3 x i32> <i32 2, i32 3, i32 undef> is a subvector extract, even though it goes off the end of the parent vector with the undef index. That then caused an assert in BasicTTIImplBase::getExtractSubvectorOverhead. This commit fixes that, by not considering the above a subvector extract. Differential Revision: https://reviews.llvm.org/D70005 Change-Id: I87b8b00b24bef19ffc9a1b82ef4eca3b8a246eaf
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud