[llvm] Add support for single reductions in ComplexDeinterleavingPass (PR #112875)
Sam Tebbs via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 08:49:36 PDT 2024
================
@@ -1511,6 +1690,7 @@ bool ComplexDeinterleavingGraph::collectPotentialReductions(BasicBlock *B) {
}
void ComplexDeinterleavingGraph::identifyReductionNodes() {
+ dbgs() << "identifyReductionNodes\n";
----------------
SamTebbs33 wrote:
I assume this has been left over from debugging.
https://github.com/llvm/llvm-project/pull/112875
More information about the llvm-commits
mailing list