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 06fa477 commit b73291fCopy full SHA for b73291f
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
@@ -1569,7 +1569,7 @@ bool hasMAIInsts(const MCSubtargetInfo &STI);
1569
bool hasVOPD(const MCSubtargetInfo &STI);
1570
bool hasDPPSrc1SGPR(const MCSubtargetInfo &STI);
1571
1572
-bool supportsWave32(const MCSubtargetInfo &STI) {
+inline bool supportsWave32(const MCSubtargetInfo &STI) {
1573
return AMDGPU::isGFX10Plus(STI) && !AMDGPU::isGFX1250(STI);
1574
}
1575
0 commit comments