[Mlir-commits] [mlir] [mlir][vector] Add pattern to drop unit dims from vector.transpose (PR #102017)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Aug 7 02:34:04 PDT 2024
================
@@ -120,6 +120,11 @@ inline auto makeVscaleConstantBuilder(PatternRewriter &rewriter, Location loc) {
};
}
+/// Returns an iterator over the dims (inc scalability) of a VectorType.
----------------
banach-space wrote:
Isn't this going to return a _pair_ of iterators?
https://github.com/llvm/llvm-project/pull/102017
More information about the Mlir-commits
mailing list