Skip to content

Commit f18d8db

Browse files
committed
Update comment on AnyOf
1 parent 561b1a9 commit f18d8db

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,8 +1223,8 @@ class VPInstruction : public VPRecipeWithIRFlags,
12231223
// operand). Only generates scalar values (either for the first lane only or
12241224
// for all lanes, depending on its uses).
12251225
PtrAdd,
1226-
// Returns a scalar boolean value, which is true if any lane of its single
1227-
// operand is true.
1226+
// Returns a scalar boolean value, which is true if any lane of its (only
1227+
// boolean) vector operand is true.
12281228
AnyOf,
12291229
};
12301230

0 commit comments

Comments
 (0)