[AMDGPU] Added new encoding to getMCOpcodeGen

Nothing breaks yet, but all encodings shall be in the map.

Differential Revision: https://reviews.llvm.org/D81974
This commit is contained in:
Stanislav Mekhanoshin 2020-06-16 15:15:15 -07:00
parent 7142fef03d
commit 6c7e1b16fa
1 changed files with 2 additions and 1 deletions

View File

@ -2492,7 +2492,8 @@ def getMCOpcodeGen : InstrMapping {
[!cast<string>(SIEncodingFamily.GFX80)],
[!cast<string>(SIEncodingFamily.GFX9)],
[!cast<string>(SIEncodingFamily.GFX10)],
[!cast<string>(SIEncodingFamily.SDWA10)]];
[!cast<string>(SIEncodingFamily.SDWA10)],
[!cast<string>(SIEncodingFamily.GFX10_B)]];
}
// Get equivalent SOPK instruction.