[Mlir-commits] [mlir] [mlir][Vector] Add utility for computing scalable value bounds (PR #83876)
Matthias Springer
llvmlistbot at llvm.org
Fri Mar 8 05:31:52 PST 2024
================
@@ -98,6 +99,34 @@ bool isContiguousSlice(MemRefType memrefType, VectorType vectorType);
std::optional<StaticTileOffsetRange>
createUnrollIterator(VectorType vType, int64_t targetRank = 1);
+struct ConstantOrScalableBound {
----------------
matthias-springer wrote:
Struct should be commented.
https://github.com/llvm/llvm-project/pull/83876
More information about the Mlir-commits
mailing list