From: Jay Foad Date: Wed, 23 Jun 2021 13:37:20 +0000 (+0100) Subject: [AMDGPU] Remove unused multiclass MUBUF_Real_gfx10_with_name X-Git-Tag: llvmorg-14-init~3232 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a16cb95a3a44b471fcbdb67b0844de9018b27873;p=platform%2Fupstream%2Fllvm.git [AMDGPU] Remove unused multiclass MUBUF_Real_gfx10_with_name --- 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")>;