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 8f18d73 commit 33df4acCopy full SHA for 33df4ac
llvm/lib/Transforms/Vectorize/VPlanUtils.h
@@ -25,7 +25,7 @@ bool onlyFirstLaneUsed(const VPValue *Def);
25
/// Returns true if only the first part of \p Def is used.
26
bool onlyFirstPartUsed(const VPValue *Def);
27
28
-/// Returns true if only scalar values of \p Def is used by all users.
+/// Returns true if only scalar values of \p Def are used by all users.
29
bool onlyScalarValuesUsed(const VPValue *Def);
30
31
/// Get or create a VPValue that corresponds to the expansion of \p Expr. If \p
0 commit comments