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 cbf5ff9 commit 39c5bc4Copy full SHA for 39c5bc4
llvm/include/llvm/IR/VectorTypeUtils.h
@@ -81,7 +81,7 @@ inline ArrayRef<Type *> getContainedTypes(Type *const &Ty) {
81
82
/// Returns the number of vector elements for a vectorized type.
83
inline ElementCount getVectorizedTypeVF(Type *Ty) {
84
- assert(isVectorizedTy(Ty) && "expected widened type");
+ assert(isVectorizedTy(Ty) && "expected vectorized type");
85
return cast<VectorType>(getContainedTypes(Ty).front())->getElementCount();
86
}
87
0 commit comments