[llvm] [AMDGPU][MC][True16] Support VOP2 instructions with true16 format (PR #115233)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 09:57:22 PST 2024


================
@@ -467,6 +479,42 @@ class VOP_MAC <ValueType vt0, ValueType vt1=vt0> : VOPProfile <[vt0, vt1, vt1, v
 }
 
 def VOP_MAC_F16 : VOP_MAC <f16>;
+def VOP_MAC_F16_t16 : VOP_MAC <f16> {
----------------
broxigarchen wrote:

Thanks Joe for the explanation. let me double check if there are some lines can be removed, but for the majority of them I think they are inevitable

https://github.com/llvm/llvm-project/pull/115233


More information about the llvm-commits mailing list