[llvm] eeb60e3 - [AMDGPU] Remove unused multiclass

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 02:47:59 PST 2024


Author: Jay Foad
Date: 2024-02-07T10:41:33Z
New Revision: eeb60e335e4fecb9ce3ed62cf081568cecf1d4ac

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

LOG: [AMDGPU] Remove unused multiclass

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/SOPInstructions.td b/llvm/lib/Target/AMDGPU/SOPInstructions.td
index 37f9a4a3d234f..61cfe321df059 100644
--- a/llvm/lib/Target/AMDGPU/SOPInstructions.td
+++ b/llvm/lib/Target/AMDGPU/SOPInstructions.td
@@ -2612,10 +2612,6 @@ multiclass SOPP_Real_32_gfx11_gfx12<bits<7> op> :
 multiclass SOPP_Real_64_gfx11_gfx12<bits<7> op> :
   SOPP_Real_64_gfx11<op>, SOPP_Real_64_gfx12<op>;
 
-multiclass SOPP_Real_32_Renamed_gfx11_gfx12<bits<7> op, SOPP_Pseudo backing_pseudo> :
-  SOPP_Real_32_Renamed_gfx11<op, backing_pseudo>,
-  SOPP_Real_32_Renamed_gfx12<op, backing_pseudo>;
-
 multiclass SOPP_Real_With_Relaxation_gfx12<bits<7> op> {
   defm "" : SOPP_Real_32_gfx12<op>;
   defm _pad_s_nop : SOPP_Real_64_gfx12<op>;


        


More information about the llvm-commits mailing list