[Mlir-commits] [mlir] [mlir][vector] Support scalable vectors when unrolling vector.bitcast (PR #94197)
Benjamin Maxwell
llvmlistbot at llvm.org
Tue Jun 11 03:25:43 PDT 2024
================
@@ -86,20 +86,24 @@ bool isContiguousSlice(MemRefType memrefType, VectorType vectorType);
///
/// If no leading dimensions can be unrolled an empty optional will be returned.
///
+/// The actual rank the vector type can be unrolled to can be discovered by
+/// passing a pointer (to an int64_t) to the optional `actualRank` parameter.
+///
----------------
MacDue wrote:
Remove `actualRank` in favor of a simpler getter.
https://github.com/llvm/llvm-project/pull/94197
More information about the Mlir-commits
mailing list