Skip to content

Commit bde39b4

Browse files
committed
Add VFScaleFactor comment
1 parent f1e7e9b commit bde39b4

File tree

1 file changed

+2
-0
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+2
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2066,6 +2066,8 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
20662066
/// scalar value.
20672067
class VPPartialReductionRecipe : public VPSingleDefRecipe {
20682068
unsigned Opcode;
2069+
/// The divisor by which the VF of this recipe's output should be divided
2070+
/// during execution.
20692071
unsigned VFScaleFactor;
20702072

20712073
public:

0 commit comments

Comments
 (0)