diff options
| author | Dominik Steenken <dost@de.ibm.com> | 2025-03-25 15:00:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 15:00:54 +0100 |
| commit | c0a7ccb59acfe90de38c580f52f2691c00f7ea9c (patch) | |
| tree | 80f9e25907df28ce336fcf5a8534c0c1289335b2 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 6785951410c35aa9429152d3e041b44b79db53f2 (diff) | |
[SystemZ] Implement basic `isCopyInstrImpl` (#132903)
As a first step toward implementing SystemZ support for instr-ref-based
debug info tracking, this commit adds a basic implementation for the
previously absent `SystemZInstrInfo::isCopyInstrImpl`.
This is accomplished by adding a new flag called `isMoveReg` on the
relevant instructions and calling upon that bit of information to
implement the function. Which instructions to add the flag to was based
on the implementation of `SystemZInstrInfo::copyPhysReg`. The full list
of instructions is as follows:
#### General-Purpose Registers
- `lr`
- `lgr`
#### Floating Point Registers
- `ler`
- `ldr`
- `lxr`
#### Vector Registers
- `vlr`
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
