[llvm] [AMDGPU][True16][MC] VOP3 profile in True16 format (PR #109031)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 09:20:35 PDT 2024


================
@@ -1342,17 +1500,43 @@ class Base_VOP3_DPP16<bits<10> op, VOP_DPP_Pseudo ps, string opName = ps.OpName>
   let OtherPredicates = ps.OtherPredicates;
 }
 
+class Base_VOP3_DPP16_t16<bits<10> op, VOP_DPP_Pseudo ps,
----------------
broxigarchen wrote:

what about change it to "VOP3_DPP16_t16_CLASS" or "VOP3_DPP16_t16_TYPE" ?

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


More information about the llvm-commits mailing list