[Mlir-commits] [mlir] [MLIR][Vector] Add unroll pattern for vector.shape_cast (PR #167738)
Charitha Saumya
llvmlistbot at llvm.org
Mon Nov 17 11:30:04 PST 2025
================
@@ -1003,6 +1003,195 @@ struct UnrollFromElements : OpRewritePattern<vector::FromElementsOp> {
vector::UnrollVectorOptions options;
};
+static bool isContiguousExtract(ArrayRef<int64_t> targetShape,
+ ArrayRef<int64_t> resultShape) {
----------------
charithaintc wrote:
some examples would be nice here.
https://github.com/llvm/llvm-project/pull/167738
More information about the Mlir-commits
mailing list