diff options
author | Jay Foad <jay.foad@amd.com> | 2024-08-27 17:09:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-27 17:09:40 +0100 |
commit | d0fe52d95194db09b3486378eae1b5ca5d0a286a (patch) | |
tree | df5f9cda2f1feffadf2e74f90986e6d82f864b6f /lldb/source/Commands/CommandObjectScripting.cpp | |
parent | f6b0c09214fd6805460689a36ed84489a8e89ef2 (diff) | |
download | llvm-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