File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2033,7 +2033,7 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
20332033 // / Generate the phi/select nodes.
20342034 void execute(VPTransformState &State) override ;
20352035
2036- // / Get the factor that the VF of this recipe's output should be scaled by
2036+ // / Get the factor that the VF of this recipe's output should be scaled by.
20372037 unsigned getVFScaleFactor () const { return VFScaleFactor; }
20382038
20392039#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
@@ -2106,7 +2106,7 @@ class VPPartialReductionRecipe : public VPSingleDefRecipe {
21062106 // / Get the binary op's opcode.
21072107 unsigned getOpcode () const { return Opcode; }
21082108
2109- // / Get the factor that the VF of this recipe's output should be scaled by
2109+ // / Get the factor that the VF of this recipe's output should be scaled by.
21102110 unsigned getVFScaleFactor () const { return VFScaleFactor; }
21112111
21122112#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
You can’t perform that action at this time.
0 commit comments