File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2033,6 +2033,7 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
2033
2033
// / Generate the phi/select nodes.
2034
2034
void execute(VPTransformState &State) override ;
2035
2035
2036
+ // / Get the factor that the VF of this recipe's output should be scaled by
2036
2037
unsigned getVFScaleFactor () const { return VFScaleFactor; }
2037
2038
2038
2039
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
@@ -2103,6 +2104,7 @@ class VPPartialReductionRecipe : public VPSingleDefRecipe {
2103
2104
// / Get the binary op's opcode.
2104
2105
unsigned getOpcode () const { return Opcode; }
2105
2106
2107
+ // / Get the factor that the VF of this recipe's output should be scaled by
2106
2108
unsigned getVFScaleFactor () const { return VFScaleFactor; }
2107
2109
2108
2110
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
You can’t perform that action at this time.
0 commit comments