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

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 05:48:53 PDT 2024


================
@@ -1104,6 +1115,17 @@ multiclass VOP3_Realtriple_with_name_gfx11_gfx12<bits<10> op, string opName,
 multiclass VOP3Dot_Realtriple_gfx11_gfx12<bits<10> op> :
   VOP3Dot_Realtriple<GFX11Gen, op>, VOP3Dot_Realtriple<GFX12Gen, op>;
 
+multiclass VOP3_Realtriple_t16_gfx11_gfx12<bits<10> op, string asmName, string opName = NAME,
+                                     string pseudo_mnemonic = "", bit isSingle = 0> :
----------------
kosarev wrote:

Nit: indentation is off. +Same below.

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


More information about the llvm-commits mailing list