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 561b1a9 commit f18d8dbCopy full SHA for f18d8db
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1223,8 +1223,8 @@ class VPInstruction : public VPRecipeWithIRFlags,
1223
// operand). Only generates scalar values (either for the first lane only or
1224
// for all lanes, depending on its uses).
1225
PtrAdd,
1226
- // Returns a scalar boolean value, which is true if any lane of its single
1227
- // operand is true.
+ // Returns a scalar boolean value, which is true if any lane of its (only
+ // boolean) vector operand is true.
1228
AnyOf,
1229
};
1230
0 commit comments