[llvm] [AMDGPU][True16][MC] 16bit vsrc and vdst support in MC (PR #104510)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 12:02:02 PDT 2024
================
@@ -1478,3 +1433,88 @@ v_trunc_f16 v255, v127 dpp8:[7,6,5,4,3,2,1,0]
v_trunc_f16 v5, v199 dpp8:[7,6,5,4,3,2,1,0]
// GFX12: v_trunc_f16_e64
+
+v_cvt_f32_f16 v5, v199.h
----------------
Sisyph wrote:
The file is sorted in lexical order on the instruction name. Can you move these tests back up to where they were?
https://github.com/llvm/llvm-project/pull/104510
More information about the llvm-commits
mailing list