summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@outlook.com>2025-03-25 04:10:56 -0700
committerAlexey Bataev <a.bataev@outlook.com>2025-03-25 04:35:33 -0700
commit8122bb9dbe39a1dde77eb4aad76bf1c0e70b2d89 (patch)
treeb019e058b8a58d4caecd71d849b257a36dc23a67 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent822aa5ec1afee68fb16457ff06de9111c1b62450 (diff)
[SLP]Fix a check for non-schedulable instructions
Need to fix a check for non-schedulable instructions in getLastInstructionInBundle function, because this check may not work correctly during the codegen. Instead, need to check that actually these instructions were never scheduled, since the scheduling analysis always performed before the codegen and is stable. Fixes #132841
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions