File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,8 @@ class VPInstruction : public VPRecipeWithIRFlags,
943
943
// / Creates a fixed-width vector containing all operands. The number of
944
944
// / operands matches the vector element count.
945
945
BuildVector,
946
+ // / Compute the final result of a AnyOf reduction with select(cmp(),x,y),
947
+ // / where one of (x,y) is loop invariant, and both x and y are integer type.
946
948
ComputeAnyOfResult,
947
949
ComputeFindLastIVResult,
948
950
ComputeReductionResult,
@@ -960,7 +962,7 @@ class VPInstruction : public VPRecipeWithIRFlags,
960
962
// for all lanes, depending on its uses).
961
963
PtrAdd,
962
964
// Returns a scalar boolean value, which is true if any lane of its
963
- // (boolean) vector operand is true. It produces the reduced value across
965
+ // (boolean) vector operands is true. It produces the reduced value across
964
966
// all unrolled iterations. Unrolling will add all copies of its original
965
967
// operand as additional operands.
966
968
AnyOf,
You can’t perform that action at this time.
0 commit comments