Skip to content

Commit eeb60e3

Browse files
committed
[AMDGPU] Remove unused multiclass
1 parent bec7181 commit eeb60e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/AMDGPU/SOPInstructions.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2612,10 +2612,6 @@ multiclass SOPP_Real_32_gfx11_gfx12<bits<7> op> :
26122612
multiclass SOPP_Real_64_gfx11_gfx12<bits<7> op> :
26132613
SOPP_Real_64_gfx11<op>, SOPP_Real_64_gfx12<op>;
26142614

2615-
multiclass SOPP_Real_32_Renamed_gfx11_gfx12<bits<7> op, SOPP_Pseudo backing_pseudo> :
2616-
SOPP_Real_32_Renamed_gfx11<op, backing_pseudo>,
2617-
SOPP_Real_32_Renamed_gfx12<op, backing_pseudo>;
2618-
26192615
multiclass SOPP_Real_With_Relaxation_gfx12<bits<7> op> {
26202616
defm "" : SOPP_Real_32_gfx12<op>;
26212617
defm _pad_s_nop : SOPP_Real_64_gfx12<op>;

0 commit comments

Comments
 (0)