Skip to content

Commit 1371684

Browse files
authored
[AMDGPU] Make s_setprio_inc_wg a scheduling boundary (#154188)
1 parent 4220538 commit 1371684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4241,6 +4241,7 @@ bool SIInstrInfo::isSchedulingBoundary(const MachineInstr &MI,
42414241
MI.getOpcode() == AMDGPU::S_SETREG_IMM32_B32 ||
42424242
MI.getOpcode() == AMDGPU::S_SETREG_B32 ||
42434243
MI.getOpcode() == AMDGPU::S_SETPRIO ||
4244+
MI.getOpcode() == AMDGPU::S_SETPRIO_INC_WG ||
42444245
changesVGPRIndexingMode(MI);
42454246
}
42464247

0 commit comments

Comments
 (0)