[all-commits] [llvm/llvm-project] 3e39ab: [AMDGPU][GFX11] Fix dst register class for V_CVT_U...
Joe Nash via All-commits
all-commits at lists.llvm.org
Tue Aug 30 11:32:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e39ab25e6cc912f211bbe42950ebe71103dad54
https://github.com/llvm/llvm-project/commit/3e39ab25e6cc912f211bbe42950ebe71103dad54
Author: Joe Nash <Joseph.Nash at amd.com>
Date: 2022-08-30 (Tue, 30 Aug 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
Log Message:
-----------
[AMDGPU][GFX11] Fix dst register class for V_CVT_U32_U16
This instruction was referring to the wrong VOPProfile, likely due to a
typo, leading to an incorrect destination register type.
The MC layer will care about this change, but is NFC while 16-bit values
actually use 32 bit registers.
Reviewed By: foad
Differential Revision: https://reviews.llvm.org/D132878
More information about the All-commits
mailing list