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.
fixReduction
1 parent fa61f06 commit cbe148bCopy full SHA for cbe148b
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -616,9 +616,6 @@ class InnerLoopVectorizer {
616
void fixFixedOrderRecurrence(VPFirstOrderRecurrencePHIRecipe *PhiR,
617
VPTransformState &State);
618
619
- /// Create code for the loop exit value of the reduction.
620
- void fixReduction(VPReductionPHIRecipe *Phi, VPTransformState &State);
621
-
622
/// Iteratively sink the scalarized operands of a predicated instruction into
623
/// the block that was created for it.
624
void sinkScalarOperands(Instruction *PredInst);
0 commit comments