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 8ff2c62 commit 5e2136eCopy full SHA for 5e2136e
llvm/include/llvm/Analysis/VectorUtils.h
@@ -633,7 +633,7 @@ template <typename InstTy> class InterleaveGroup {
633
return true;
634
}
635
636
- /// Return true if the group has no gaps.
+ /// Return true if this group is full, i.e. it has no gaps.
637
bool isFull() const { return getNumMembers() == getFactor(); }
638
639
private:
0 commit comments