[llvm] a16cb95 - [AMDGPU] Remove unused multiclass MUBUF_Real_gfx10_with_name

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 06:37:36 PDT 2021


Author: Jay Foad
Date: 2021-06-23T14:37:28+01:00
New Revision: a16cb95a3a44b471fcbdb67b0844de9018b27873

URL: https://github.com/llvm/llvm-project/commit/a16cb95a3a44b471fcbdb67b0844de9018b27873
DIFF: https://github.com/llvm/llvm-project/commit/a16cb95a3a44b471fcbdb67b0844de9018b27873.diff

LOG: [AMDGPU] Remove unused multiclass MUBUF_Real_gfx10_with_name

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/BUFInstructions.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/BUFInstructions.td b/llvm/lib/Target/AMDGPU/BUFInstructions.td
index 20fa6a54121b..48492bf8de3c 100644
--- a/llvm/lib/Target/AMDGPU/BUFInstructions.td
+++ b/llvm/lib/Target/AMDGPU/BUFInstructions.td
@@ -1924,13 +1924,6 @@ class MUBUF_Real_gfx6_gfx7<bits<8> op, MUBUF_Pseudo ps> :
 //===----------------------------------------------------------------------===//
 
 let AssemblerPredicate = isGFX10Plus, DecoderNamespace = "GFX10" in {
-  multiclass MUBUF_Real_gfx10_with_name<bits<8> op, string opName,
-                                        string asmName> {
-    def _gfx10 : MUBUF_Real_gfx10<op, !cast<MUBUF_Pseudo>(opName)> {
-      MUBUF_Pseudo ps = !cast<MUBUF_Pseudo>(opName);
-      let AsmString = asmName # ps.AsmOperands;
-    }
-  }
   multiclass MUBUF_Real_AllAddr_gfx10<bits<8> op> {
     def _BOTHEN_gfx10 :
       MUBUF_Real_gfx10<op, !cast<MUBUF_Pseudo>(NAME#"_BOTHEN")>;


        


More information about the llvm-commits mailing list