diff options
| author | Han-Kuan Chen <hankuan.chen@sifive.com> | 2025-03-25 08:24:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 08:24:46 +0800 |
| commit | 71a0cfd93263552ddc0bfd2ea7b0abe9a578f87e (patch) | |
| tree | b9598afddac1fda818bcac4ff07e39264acfd7f6 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | ece59a8cb9c82227ccd304b1cd26a2c216ddb13e (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
