Skip to content

Commit 5b324c6

Browse files
committed
[AMDGPU] Remove unused VGLOBAL_Real_AllAddr_gfx12. NFC.
1 parent 7e105fb commit 5b324c6

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
@@ -2946,13 +2946,6 @@ multiclass VFLAT_Real_AllAddr_gfx12<bits<8> op,
29462946
defm _SADDR : VFLAT_Real_gfx12<op, name>;
29472947
}
29482948

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

0 commit comments

Comments
 (0)