[llvm] [Vectorize] Update comment of getSubdividedVectorType (PR #107632)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 13:13:41 PDT 2024


================
@@ -492,9 +492,9 @@ class VectorType : public Type {
     return VectorType::get(EltTy, VTy->getElementCount());
   }
 
-  // This static method returns a VectorType with a smaller number of elements
-  // of a larger type than the input element type. For example, a <16 x i8>
-  // subdivided twice would return <4 x i32>
+  // This static method returns a VectorType with a larger number of elements
+  // of a smaller type than the input element type. For example, a <16 x i8>
----------------
Sterling-Augustine wrote:

Done

https://github.com/llvm/llvm-project/pull/107632


More information about the llvm-commits mailing list