Skip to content

Commit 25619c4

Browse files
authored
[AMDGPU] Remove unused VGLOBAL_Real_AllAddr_gfx12. NFC. (#149398)
1 parent 6b29ee9 commit 25619c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/lib/Target/AMDGPU/FLATInstructions.td

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2947,13 +2947,6 @@ multiclass VFLAT_Real_AllAddr_gfx12<bits<8> op,
29472947
defm _SADDR : VFLAT_Real_gfx12<op, name>;
29482948
}
29492949

2950-
multiclass VGLOBAL_Real_AllAddr_gfx12<bits<8> op,
2951-
string name = get_FLAT_ps<NAME>.Mnemonic,
2952-
string alias = name> :
2953-
VFLAT_Real_Base_gfx12<op, name, alias> {
2954-
defm _SADDR : VFLAT_Real_gfx12<op, name>;
2955-
}
2956-
29572950
multiclass VGLOBAL_Real_AllAddr_gfx1200<bits<8> op> {
29582951
let AssemblerPredicate = isGFX12Not12_50 in {
29592952
defm "" : VFLAT_Real_gfx12<op>;

0 commit comments

Comments
 (0)