Skip to content

Commit cbe148b

Browse files
authored
[LV][NFC] Remove the declaration of function fixReduction. (#88491)
1 parent fa61f06 commit cbe148b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,6 @@ class InnerLoopVectorizer {
616616
void fixFixedOrderRecurrence(VPFirstOrderRecurrencePHIRecipe *PhiR,
617617
VPTransformState &State);
618618

619-
/// Create code for the loop exit value of the reduction.
620-
void fixReduction(VPReductionPHIRecipe *Phi, VPTransformState &State);
621-
622619
/// Iteratively sink the scalarized operands of a predicated instruction into
623620
/// the block that was created for it.
624621
void sinkScalarOperands(Instruction *PredInst);

0 commit comments

Comments
 (0)