[llvm] [AMDGPU][True16][MC] 16bit vsrc and vdst support in MC (PR #104510)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 06:33:55 PDT 2024
================
@@ -403,50 +403,50 @@ v_ctz_i32_b32 v5, src_scc
v_ctz_i32_b32 v255, 0xaf123456
// GFX11: encoding: [0xff,0x74,0xfe,0x7f,0x56,0x34,0x12,0xaf]
-v_cvt_f16_f32 v5, v1
+v_cvt_f16_f32 v5.l, v1
----------------
broxigarchen wrote:
Since this patch is big, I might do cherry-pick myself so it won't be too complicate for the downstream merging.
https://github.com/llvm/llvm-project/pull/104510
More information about the llvm-commits
mailing list