aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectScripting.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2024-08-27 17:09:40 +0100
committerGitHub <noreply@github.com>2024-08-27 17:09:40 +0100
commitd0fe52d95194db09b3486378eae1b5ca5d0a286a (patch)
treedf5f9cda2f1feffadf2e74f90986e6d82f864b6f /lldb/source/Commands/CommandObjectScripting.cpp
parentf6b0c09214fd6805460689a36ed84489a8e89ef2 (diff)
downloadllvm-d0fe52d95194db09b3486378eae1b5ca5d0a286a.zip
llvm-d0fe52d95194db09b3486378eae1b5ca5d0a286a.tar.gz
llvm-d0fe52d95194db09b3486378eae1b5ca5d0a286a.tar.bz2
[AMDGPU] Fix sign confusion in performMulLoHiCombine (#105831)
SMUL_LOHI and UMUL_LOHI are different operations because the high part of the result is different, so it is not OK to optimize the signed version to MUL_U24/MULHI_U24 or the unsigned version to MUL_I24/MULHI_I24.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScripting.cpp')
0 files changed, 0 insertions, 0 deletions