[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:30 PDT 2024


================
@@ -111,7 +111,7 @@ class VOP3_Pseudo <string opName, VOPProfile P, list<dag> pattern = [],
 
   bit HasFP8DstByteSel = P.HasFP8DstByteSel;
 
-  let AsmOperands = !if(isVop3OpSel,
+  let AsmOperands = !if(!and(!not(P.IsTrue16), isVop3OpSel),
----------------
Sisyph wrote:

I believe the intent is that we can remove AsmVOP3OpSel. When will we be able to do that? Can you make sure there is a comment about that on class getAsmVOP3OpSel ?

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


More information about the llvm-commits mailing list