diff options
| author | Han-Kuan Chen <hankuan.chen@sifive.com> | 2025-03-25 19:46:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 19:46:15 +0800 |
| commit | 6e66cfeeaec6f09a4454400e45d690457ecdd3de (patch) | |
| tree | 1d230ab8b1dfb0c378c4a6ed26b8bddbc5d3f8b0 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 8122bb9dbe39a1dde77eb4aad76bf1c0e70b2d89 (diff) | |
[SLP] Make getSameOpcode support interchangeable instructions. (#132887)
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
