summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorHan-Kuan Chen <hankuan.chen@sifive.com>2025-03-25 08:24:46 +0800
committerGitHub <noreply@github.com>2025-03-25 08:24:46 +0800
commit71a0cfd93263552ddc0bfd2ea7b0abe9a578f87e (patch)
treeb9598afddac1fda818bcac4ff07e39264acfd7f6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentece59a8cb9c82227ccd304b1cd26a2c216ddb13e (diff)
[SLP] Make getSameOpcode support interchangeable instructions. (#127450)
We use the term "interchangeable instructions" to refer to different operators that have the same meaning (e.g., `add x, 0` is equivalent to `mul x, 1`). Non-constant values are not supported, as they may incur high costs with little benefit. --------- Co-authored-by: Alexey Bataev <a.bataev@gmx.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions