We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec7181 commit eeb60e3Copy full SHA for eeb60e3
llvm/lib/Target/AMDGPU/SOPInstructions.td
@@ -2612,10 +2612,6 @@ multiclass SOPP_Real_32_gfx11_gfx12<bits<7> op> :
2612
multiclass SOPP_Real_64_gfx11_gfx12<bits<7> op> :
2613
SOPP_Real_64_gfx11<op>, SOPP_Real_64_gfx12<op>;
2614
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
-
2619
multiclass SOPP_Real_With_Relaxation_gfx12<bits<7> op> {
2620
defm "" : SOPP_Real_32_gfx12<op>;
2621
defm _pad_s_nop : SOPP_Real_64_gfx12<op>;
0 commit comments