diff --git a/llvm/lib/Target/AMDGPU/FLATInstructions.td b/llvm/lib/Target/AMDGPU/FLATInstructions.td index 74632c71f0f95..15f5b5b931a60 100644 --- a/llvm/lib/Target/AMDGPU/FLATInstructions.td +++ b/llvm/lib/Target/AMDGPU/FLATInstructions.td @@ -2946,13 +2946,6 @@ multiclass VFLAT_Real_AllAddr_gfx12 op, defm _SADDR : VFLAT_Real_gfx12; } -multiclass VGLOBAL_Real_AllAddr_gfx12 op, - string name = get_FLAT_ps.Mnemonic, - string alias = name> : - VFLAT_Real_Base_gfx12 { - defm _SADDR : VFLAT_Real_gfx12; -} - multiclass VGLOBAL_Real_AllAddr_gfx1200 op> { let AssemblerPredicate = isGFX12Not12_50 in { defm "" : VFLAT_Real_gfx12;