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 eb9955e commit 7decd1dCopy full SHA for 7decd1d
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
@@ -1246,7 +1246,8 @@ bool AMDGPUCallLowering::lowerTailCall(
1246
1247
// On GFX12, we can only change the VGPR allocation for wave32.
1248
if (!ST.isWave32()) {
1249
- LLVM_DEBUG(dbgs() << "Dynamic VGPR mode is only supported for wave32\n");
+ F.getContext().diagnose(DiagnosticInfoUnsupported(
1250
+ F, "Dynamic VGPR mode is only supported for wave32\n"));
1251
return false;
1252
}
1253
0 commit comments