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