aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ModuleUtils.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2025-01-20 16:29:23 +0000
committerGitHub <noreply@github.com>2025-01-20 16:29:23 +0000
commitf33e3d422d8adf7591d510aa299c884abfc8ffb0 (patch)
treef77e40637868c335b6f46fb2be9aa8a0ec5ca6e7 /llvm/lib/Transforms/Utils/ModuleUtils.cpp
parentc8eb865747ea0006470a0ab130056293fcb536cb (diff)
downloadllvm-f33e3d422d8adf7591d510aa299c884abfc8ffb0.zip
llvm-f33e3d422d8adf7591d510aa299c884abfc8ffb0.tar.gz
llvm-f33e3d422d8adf7591d510aa299c884abfc8ffb0.tar.bz2
[AMDGPU] Fix DAG types for V_MAD_I64_I32 and V_MAD_U64_U32. NFC. (#123629)
These instructions return a 64-bit result and a 1-bit carry, unlike smul_lohi and umul_lohi which return a pair of 32-bit results. This does not appear to make any difference in practice because the DAG types are not used for anything before these nodes are converted to MachineInstrs.
Diffstat (limited to 'llvm/lib/Transforms/Utils/ModuleUtils.cpp')
0 files changed, 0 insertions, 0 deletions