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 9f6dd1f commit 6c1e3e4Copy full SHA for 6c1e3e4
llvm/include/llvm/IR/DerivedTypes.h
@@ -631,7 +631,7 @@ class ScalableVectorType : public VectorType {
631
632
/// Get the minimum number of elements in this vector. The actual number of
633
/// elements in the vector is an integer multiple of this value.
634
- uint64_t getMinNumElements() const { return ElementQuantity; }
+ unsigned getMinNumElements() const { return ElementQuantity; }
635
636
static bool classof(const Type *T) {
637
return T->getTypeID() == ScalableVectorTyID;
0 commit comments