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 f1e7e9b commit bde39b4Copy full SHA for bde39b4
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2066,6 +2066,8 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
2066
/// scalar value.
2067
class VPPartialReductionRecipe : public VPSingleDefRecipe {
2068
unsigned Opcode;
2069
+ /// The divisor by which the VF of this recipe's output should be divided
2070
+ /// during execution.
2071
unsigned VFScaleFactor;
2072
2073
public:
0 commit comments