[Mlir-commits] [mlir] [mlir][vector] Restrict vector.shape_cast (scalable vectors) (PR #100331)
Benjamin Maxwell
llvmlistbot at llvm.org
Wed Jul 24 09:42:47 PDT 2024
================
@@ -1168,6 +1168,12 @@ def Builtin_Vector : Builtin_Type<"Vector", "vector",
return !llvm::is_contained(getScalableDims(), false);
}
+ /// Get the number of scalable dimension.
----------------
MacDue wrote:
```suggestion
/// Get the number of scalable dimensions.
```
https://github.com/llvm/llvm-project/pull/100331
More information about the Mlir-commits
mailing list