Skip to content

Commit 57c0548

Browse files
committed
Re-add accidentally removed docs.
1 parent ffe12bd commit 57c0548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ class VPRecipeBuilder {
139139

140140
/// Examines reduction operations to see if the target can use a cheaper
141141
/// operation with a wider per-iteration input VF and narrower PHI VF.
142+
/// Each element within Chains is a pair with a struct containing reduction
143+
/// information and the scaling factor between the number of elements in
144+
/// the input and output.
142145
/// Recursively calls itself to identify chained scaled reductions.
143146
/// Returns true if this invocation added an entry to Chains, otherwise false.
144147
/// i.e. returns false in the case that a subcall adds an entry to Chains,

0 commit comments

Comments
 (0)