[Mlir-commits] [mlir] [mlir][vector] Add unroll patterns for vector.load and vector.store (PR #143420)
James Newling
llvmlistbot at llvm.org
Thu Jun 12 09:02:47 PDT 2025
================
@@ -178,6 +178,16 @@ struct TestVectorUnrollingPatterns
return success(isa<vector::TransposeOp>(op));
}));
+ populateVectorUnrollPatterns(
+ patterns, UnrollVectorOptions()
+ .setNativeShape(ArrayRef<int64_t>{2, 2})
----------------
newling wrote:
I think {2,2} should be used
https://github.com/llvm/llvm-project/pull/143420
More information about the Mlir-commits
mailing list