Fix comment in `Vectorization.cpp` (NFC)
authorLorenzo Chelini <l.chelini@icloud.com>
Thu, 23 Feb 2023 12:46:38 +0000 (13:46 +0100)
committerLorenzo Chelini <l.chelini@icloud.com>
Thu, 23 Feb 2023 12:49:53 +0000 (13:49 +0100)
kDynamicSize is now kDynamic, see: https://reviews.llvm.org/D138282

mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

index fda9adf..4ab8282 100644 (file)
@@ -105,7 +105,7 @@ private:
                            std::optional<AffineMap> maybeMaskingMap);
 
   // Holds the compile-time static sizes of the iteration space to vectorize.
-  // Dynamic dimensions are represented using ShapedType::kDynamicSize.
+  // Dynamic dimensions are represented using ShapedType::kDynamic.
   SmallVector<int64_t> iterSpaceStaticSizes;
 
   /// Holds the runtime sizes of the iteration spaces to vectorize. Static