diff options
| author | Stanislav Mekhanoshin <rampitec@users.noreply.github.com> | 2023-10-26 00:26:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 00:26:54 -0700 |
| commit | 46028022407d003b8af4ddf27a4679de4891f10d (patch) | |
| tree | 0843f252a39b47d240781787787ff1c857f7cebb /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 3b59b3ef449d8296ed5ac09631ca383e139ec700 (diff) | |
[AMDGPU] Shrink to SOPK with 32-bit signed literals (#70263)
A literal like 0xffff8000 is valid to be used as KIMM in a SOPK
instruction, but at the moment our checks expect it to be fully sign
extended to a 64-bit signed integer. This is not required since all
cases which are being shrunk only accept 32-bit operands.
We need to sign extend the operand to 64-bit though so it passes the
verifier and properly printed.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
