diff options
| author | wdx727 <wudexin@kuaishou.com> | 2025-11-02 12:55:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-01 21:55:08 -0700 |
| commit | befae81fa2559a7cefa8fe6227149c6147e1eb2f (patch) | |
| tree | ac4f9f59583bb9b82c282e8c45209282ec10b613 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 8785595b154042ee460069be1c0c8cca4d4e9d70 (diff) | |
| download | llvm-befae81fa2559a7cefa8fe6227149c6147e1eb2f.zip llvm-befae81fa2559a7cefa8fe6227149c6147e1eb2f.tar.gz llvm-befae81fa2559a7cefa8fe6227149c6147e1eb2f.tar.bz2 | |
Fix the usage issue of getRegMask. (#141215)
In the process of determining whether two MachineOperands are equal and
calculating the hash of a MachineOperand, both MO_RegisterMask and
MO_RegisterLiveOut types were uniformly handled. However, when the type
is MO_RegisterLiveOut, calling getRegMask() triggers an assertion
failure. This PR addresses this issue.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
