[Mlir-commits] [mlir] [mlir][vector] Add unroll patterns for vector.load and vector.store (PR #143420)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Tue Jun 10 10:49:14 PDT 2025
================
@@ -631,6 +658,98 @@ struct UnrollGatherPattern : public OpRewritePattern<vector::GatherOp> {
vector::UnrollVectorOptions options;
};
+struct UnrollLoadPattern : public OpRewritePattern<vector::LoadOp> {
----------------
banach-space wrote:
Could you add a brief comment (here and for the other pattern) with some pseudo (ML)IR? Basically, MLIR "before" and "after". Thanks!
https://github.com/llvm/llvm-project/pull/143420
More information about the Mlir-commits
mailing list