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 84fe000 commit 21758f3Copy full SHA for 21758f3
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
@@ -1233,7 +1233,7 @@ bool AMDGPUCallLowering::lowerTailCall(
1233
const APInt &FlagsValue = cast<ConstantInt>(FlagsArg.OrigValue)->getValue();
1234
if (FlagsValue.isZero()) {
1235
if (Info.OrigArgs.size() != 5) {
1236
- LLVM_DEBUG(dbgs() << "No additional args allowed if flags == 0");
+ LLVM_DEBUG(dbgs() << "No additional args allowed if flags == 0\n");
1237
return false;
1238
}
1239
} else if (FlagsValue.isOneBitSet(0)) {
0 commit comments