We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adbcd89 commit 32c2393Copy full SHA for 32c2393
llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
@@ -82,7 +82,7 @@ static bool isDivFMas(unsigned Opcode) {
82
}
83
84
static bool isSGetReg(unsigned Opcode) {
85
- return Opcode == AMDGPU::S_GETREG_B32;
+ return Opcode == AMDGPU::S_GETREG_B32 || Opcode == AMDGPU::S_GETREG_B32_const;
86
87
88
static bool isSSetReg(unsigned Opcode) {
0 commit comments