[llvm] [AMDGPU][True16][MC] VOP3 profile in True16 format (PR #109031)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 07:29:29 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,
----------------
Sisyph wrote:
Can you replace the word Base in this // VOP3 DPP section to be another word? Maybe 'Intermediate'? This will allow us to follow the new convention at L784 where Base means the class is shared between T16 and regular.
https://github.com/llvm/llvm-project/pull/109031
More information about the llvm-commits
mailing list