[llvm] Add support for single reductions in ComplexDeinterleavingPass (PR #112875)

Nicholas Guy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 09:01:35 PDT 2024


================
@@ -1511,6 +1690,7 @@ bool ComplexDeinterleavingGraph::collectPotentialReductions(BasicBlock *B) {
 }
 
 void ComplexDeinterleavingGraph::identifyReductionNodes() {
+  dbgs() << "identifyReductionNodes\n";
----------------
NickGuy-Arm wrote:

Yep, I got all the ones from actual debugging, but not those that I had to add to debug a merge conflict. Removed.

https://github.com/llvm/llvm-project/pull/112875


More information about the llvm-commits mailing list