File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1184,7 +1184,7 @@ int GCNHazardRecognizer::checkFPAtomicToDenormModeHazard(MachineInstr *MI) {
1184
1184
case AMDGPU::S_WAITCNT_VMCNT:
1185
1185
case AMDGPU::S_WAITCNT_EXPCNT:
1186
1186
case AMDGPU::S_WAITCNT_LGKMCNT:
1187
- case AMDGPU::S_WAITCNT_IDLE :
1187
+ case AMDGPU::S_WAIT_IDLE :
1188
1188
return true ;
1189
1189
default :
1190
1190
break ;
Original file line number Diff line number Diff line change @@ -1300,7 +1300,7 @@ let SubtargetPredicate = isGFX10Plus in {
1300
1300
SOPP_Pseudo<"s_inst_prefetch", (ins s16imm:$simm16), "$simm16">;
1301
1301
def S_CLAUSE :
1302
1302
SOPP_Pseudo<"s_clause", (ins s16imm:$simm16), "$simm16">;
1303
- def S_WAITCNT_IDLE :
1303
+ def S_WAIT_IDLE :
1304
1304
SOPP_Pseudo <"s_wait_idle", (ins), ""> {
1305
1305
let simm16 = 0;
1306
1306
let fixed_imm = 1;
@@ -1759,7 +1759,7 @@ defm S_ENDPGM_ORDERED_PS_DONE : SOPP_Real_32_gfx8_gfx9_gfx10<0x01e>;
1759
1759
defm S_CODE_END : SOPP_Real_32_gfx10<0x01f>;
1760
1760
defm S_INST_PREFETCH : SOPP_Real_32_gfx10<0x020>;
1761
1761
defm S_CLAUSE : SOPP_Real_32_gfx10<0x021>;
1762
- defm S_WAITCNT_IDLE : SOPP_Real_32_gfx10<0x022>;
1762
+ defm S_WAIT_IDLE : SOPP_Real_32_gfx10<0x022>;
1763
1763
defm S_WAITCNT_DEPCTR : SOPP_Real_32_gfx10<0x023>;
1764
1764
defm S_ROUND_MODE : SOPP_Real_32_gfx10<0x024>;
1765
1765
defm S_DENORM_MODE : SOPP_Real_32_gfx10<0x025>;
You can’t perform that action at this time.
0 commit comments