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 dd90ff4 commit cbf5ff9Copy full SHA for cbf5ff9
llvm/include/llvm/IR/VectorTypeUtils.h
@@ -44,7 +44,7 @@ bool isVectorizedStructTy(StructType *StructTy);
44
/// equivalent to calling `ToVectorTy`. For struct types, this returns a new
45
/// struct where each element type has been widened to a vector type.
46
/// Note:
47
-/// - If the he incoming type is void, we return void
+/// - If the incoming type is void, we return void
48
/// - If \p EC is scalar, \p Ty is returned unchanged
49
/// - Only unpacked literal struct types are supported
50
inline Type *toVectorizedTy(Type *Ty, ElementCount EC) {
0 commit comments