[Mlir-commits] [mlir] [mlir][vector] Add pattern to drop unit dims from vector.transpose (PR #102017)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Aug 7 07:30:33 PDT 2024
================
@@ -120,6 +120,11 @@ inline auto makeVscaleConstantBuilder(PatternRewriter &rewriter, Location loc) {
};
}
+/// Returns an iterator over the dims (inc scalability) of a VectorType.
----------------
kuhar wrote:
```suggestion
/// Returns a range over the dims (size and scalability) of a VectorType.
```
https://github.com/llvm/llvm-project/pull/102017
More information about the Mlir-commits
mailing list