summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-08-10 10:50:53 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-08-10 10:50:53 +0000
commit85c7ea86ae934b22ae6140166ab107f6ac165d92 (patch)
treee9491821c71eb222a84c88fe14dd53f98f5d8269 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent2c614cf26eb95490c721eb8a439039d763694ef8 (diff)
[DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678)
If the input vector to INSERT_SUBVECTOR is another INSERT_SUBVECTOR, and this inserted subvector replaces the last insertion, then insert into the common source vector. i.e. INSERT_SUBVECTOR( INSERT_SUBVECTOR( Vec, SubOld, Idx ), SubNew, Idx ) --> INSERT_SUBVECTOR( Vec, SubNew, Idx ) Differential Revision: https://reviews.llvm.org/D23330 llvm-svn: 278211
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions