[llvm] [AMDGPU][True16][MC] VOPC profile fake16 pesudo update (PR #113175)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 15:01:27 PDT 2024


================
@@ -314,7 +316,7 @@ multiclass VOPC_Pseudos <string opName,
     let isCommutable = 1;
   }
 
-  def _e64 : VOP3_Pseudo<opName, P, getVOPCPat64<cond, P>.ret>,
+  def _e64 : VOP3_Pseudo<opName, P, getVOPCPat64<cond, P>.ret, 0/*IsVOP3P*/, P.HasOpSel>,
----------------
broxigarchen wrote:

done

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


More information about the llvm-commits mailing list