Skip to content

Commit 1a99cab

Browse files
rovkaarsenm
andauthored
Update llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent 21758f3 commit 1a99cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ bool AMDGPUCallLowering::lowerTailCall(
12461246

12471247
// On GFX12, we can only change the VGPR allocation for wave32.
12481248
if (!ST.isWave32()) {
1249-
LLVM_DEBUG(dbgs() << "Dynamic VGPR mode is only supported for wave32");
1249+
LLVM_DEBUG(dbgs() << "Dynamic VGPR mode is only supported for wave32\n");
12501250
return false;
12511251
}
12521252

0 commit comments

Comments
 (0)