[llvm] [AMDGPU][True16][MC] VOP2 update instructions with fake16 format (PR #114436)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 05:01:46 PDT 2024
================
@@ -1675,14 +1700,16 @@ multiclass VOP3Only_Realtriple_t16_and_fake16_gfx11_gfx12<bits<10> op, string as
multiclass VOP3beOnly_Realtriple_gfx11_gfx12<bits<10> op> :
VOP3beOnly_Realtriple<GFX11Gen, op>, VOP3beOnly_Realtriple<GFX12Gen, op>;
-multiclass VOP2Only_Real_MADK_with_name_gfx11_gfx12<bits<6> op, string asmName,
+multiclass VOP2Only_Real_MADK_t16_gfx11_gfx12<bits<6> op, string asmName,
string opName = NAME> :
----------------
kosarev wrote:
Needs to be indented too.
https://github.com/llvm/llvm-project/pull/114436
More information about the llvm-commits
mailing list