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 0305d3b commit 3ed40f4Copy full SHA for 3ed40f4
llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
@@ -2364,8 +2364,6 @@ void ComplexDeinterleavingGraph::replaceNodes() {
2364
assert(UnrollInfo.empty() &&
2365
"UnrollInfo should be empty after replacing all nodes");
2366
2367
- for (auto *I : DeadInstrRoots)
2368
- dbgs() << "Dead Instr Root: " << *I << "\n";
2369
for (auto *I : DeadInstrRoots)
2370
RecursivelyDeleteTriviallyDeadInstructions(I, TLI);
2371
}
0 commit comments