[PATCH] D24796: [SLPVectorizer] Fix for PR25748: reduction vectorization after loop unrolling.

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 08:30:35 PDT 2016


ABataev added inline comments.


> mssimpso wrote in SLPVectorizer.cpp:1797
> That should be min(MinTreeSize, VectorizeableTree.size()), not max.

Yes, I agree. But I believe it must done in a different patch

https://reviews.llvm.org/D24796





More information about the llvm-commits mailing list