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 ebc01bb commit 13d8f00Copy full SHA for 13d8f00
llvm/lib/Transforms/IPO/OpenMPOpt.cpp
@@ -2712,9 +2712,8 @@ struct AAHeapToSharedFunction : public AAHeapToShared {
2712
2713
ConstantInt *AllocSize = dyn_cast<ConstantInt>(CB->getArgOperand(0));
2714
2715
- LLVM_DEBUG(dbgs() << TAG << "Replace globalization call in "
2716
- << CB->getCaller()->getName() << " with "
2717
- << AllocSize->getZExtValue()
+ LLVM_DEBUG(dbgs() << TAG << "Replace globalization call " << *CB
+ << " with " << AllocSize->getZExtValue()
2718
<< " bytes of shared memory\n");
2719
2720
// Create a new shared memory buffer of the same size as the allocation
0 commit comments