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 28baeb8 commit 76fbf52Copy full SHA for 76fbf52
llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
@@ -553,8 +553,6 @@ void SplitGraph::buildGraph(CallGraph &CG) {
553
// inline assembly can be ignored, unless InlineAsmIsIndirectCall is
554
// true.
555
if (CB->isInlineAsm()) {
556
- if (InlineAsmIsIndirectCall)
557
- HasUnknownIndirectCall = true;
558
LLVM_DEBUG(dbgs() << " found inline assembly\n");
559
continue;
560
}
0 commit comments