summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@outlook.com>2022-01-05 13:03:07 -0800
committerAlexey Bataev <a.bataev@outlook.com>2022-01-06 10:57:11 -0800
commit7cb19fe49331f0c5a05ee67779059fb2437ab1cc (patch)
tree89266ac9fe1e9d12b497c65bda157b58792a4c56 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp
parent31c7165a2bd69e07b916434a50826860132ba75f (diff)
[SLP]Initialize the lane with the given value instead of default 0.
There is a bug in the reordering analysis stage. If the element with the given hash is not added to the map but has the same number of APOs and instructions with same parent, but different instruction opcode, it will be initalized with default values and then the counter is increased by 1. But the lane is not updated and default to 0 instead of the actual `Lane` value. It leads to the fact that the analysis is useless in many cases and default to lane 0 instead of actual lane with the minimum amount of APO operands. Differential Revision: https://reviews.llvm.org/D116690
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions