summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
diff options
context:
space:
mode:
authorRyotaro KASUGA <kasuga.ryotaro@fujitsu.com>2024-07-01 09:07:32 +0900
committerGitHub <noreply@github.com>2024-07-01 09:07:32 +0900
commite19ac0dcfd7357161210f157ed0559836e88155f (patch)
tree2d1b3a147a12281cdb84f47bba7225a85ddd14cb /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py
parent6c1c451b867f250f1c2fab709f0c8657ffd21116 (diff)
[MachinePipeliner] Fix constraints aren't considered in certain cases (#95356)
when scheduling When scheduling an instruction, if both any predecessors and any successors of the instruction are already scheduled, `SchedStart` isn't taken into account. It may result generating incorrect code. This patch fixes the problem. Also, this patch merges `SchedStart` into `EarlyStart` (same for `SchedEnd`). Fixes https://github.com/llvm/llvm-project/issues/93936
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions