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 e1a3aa8 commit 4e28d30Copy full SHA for 4e28d30
llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
@@ -349,8 +349,8 @@ class LoopVectorizationLegality {
349
/// loop. Do not use after invoking 'createVectorizedLoopSkeleton' (PR34965).
350
int isConsecutivePtr(Type *AccessTy, Value *Ptr) const;
351
352
- /// Returns true if value V is uniform across \p VF lanes, when \p VF is
353
- /// provided, and otherwise if \p V is invariant across all loop iterations.
+ /// Returns true if \p V is invariant across all loop iterations according to
+ /// SCEV.
354
bool isInvariant(Value *V) const;
355
356
/// Returns true if value V is uniform across \p VF lanes, when \p VF is
0 commit comments