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 ffe12bd commit 57c0548Copy full SHA for 57c0548
llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
@@ -139,6 +139,9 @@ class VPRecipeBuilder {
139
140
/// Examines reduction operations to see if the target can use a cheaper
141
/// 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.
145
/// Recursively calls itself to identify chained scaled reductions.
146
/// Returns true if this invocation added an entry to Chains, otherwise false.
147
/// i.e. returns false in the case that a subcall adds an entry to Chains,
0 commit comments