From a16cb95a3a44b471fcbdb67b0844de9018b27873 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 23 Jun 2021 14:37:20 +0100 Subject: [PATCH] [AMDGPU] Remove unused multiclass MUBUF_Real_gfx10_with_name --- llvm/lib/Target/AMDGPU/BUFInstructions.td | 7 ------- 1 file changed, 7 deletions(-) diff --git a/llvm/lib/Target/AMDGPU/BUFInstructions.td b/llvm/lib/Target/AMDGPU/BUFInstructions.td index 20fa6a5..48492bf 100644 --- a/llvm/lib/Target/AMDGPU/BUFInstructions.td +++ b/llvm/lib/Target/AMDGPU/BUFInstructions.td @@ -1924,13 +1924,6 @@ class MUBUF_Real_gfx6_gfx7 op, MUBUF_Pseudo ps> : //===----------------------------------------------------------------------===// let AssemblerPredicate = isGFX10Plus, DecoderNamespace = "GFX10" in { - multiclass MUBUF_Real_gfx10_with_name op, string opName, - string asmName> { - def _gfx10 : MUBUF_Real_gfx10(opName)> { - MUBUF_Pseudo ps = !cast(opName); - let AsmString = asmName # ps.AsmOperands; - } - } multiclass MUBUF_Real_AllAddr_gfx10 op> { def _BOTHEN_gfx10 : MUBUF_Real_gfx10(NAME#"_BOTHEN")>; -- 2.7.4