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 d3d9b18 commit 873a22fCopy full SHA for 873a22f
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -1486,7 +1486,8 @@ class LoopVectorizationCostModel {
1486
return InLoopReductions.contains(Phi);
1487
}
1488
1489
- /// Returns true if the predicated reduction select should be used.
+ /// Returns true if the predicated reduction select should be used to set the
1490
+ /// incoming value for the reduction phi.
1491
bool usePredicatedReductionSelect(unsigned Opcode, Type *PhiTy) const {
1492
// Force to use predicated reduction select since the EVL of the
1493
// second-to-last iteration might not be VF*UF.
0 commit comments