Skip to content

Commit 61b3106

Browse files
committed
[AMDGPU] Remove SIEncodingFamily.GFX10_B
It turns to be not needed anymore. Differential Revision: https://reviews.llvm.org/D88520
1 parent 1c604a9 commit 61b3106

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.td

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def SIEncodingFamily {
2828
int GFX9 = 5;
2929
int GFX10 = 6;
3030
int SDWA10 = 7;
31-
int GFX10_B = 8;
3231
}
3332

3433
//===----------------------------------------------------------------------===//
@@ -2500,8 +2499,7 @@ def getMCOpcodeGen : InstrMapping {
25002499
[!cast<string>(SIEncodingFamily.GFX80)],
25012500
[!cast<string>(SIEncodingFamily.GFX9)],
25022501
[!cast<string>(SIEncodingFamily.GFX10)],
2503-
[!cast<string>(SIEncodingFamily.SDWA10)],
2504-
[!cast<string>(SIEncodingFamily.GFX10_B)]];
2502+
[!cast<string>(SIEncodingFamily.SDWA10)]];
25052503
}
25062504

25072505
// Get equivalent SOPK instruction.

0 commit comments

Comments
 (0)