[Mlir-commits] [mlir] [MLIR][Linalg] Add pass to convert linalg.generic back to named ops (PR #95656)
Javed Absar
llvmlistbot at llvm.org
Sun Jun 23 05:37:00 PDT 2024
================
@@ -1395,6 +1395,24 @@ struct LinalgGeneralizationPattern
}
};
+struct LinalgSpecializationPattern
+ : public OpInterfaceRewritePattern<LinalgOp> {
+ using OpInterfaceRewritePattern<LinalgOp>::OpInterfaceRewritePattern;
----------------
javedabsar1 wrote:
Awesome suggestion. simplifies. Fixed.
https://github.com/llvm/llvm-project/pull/95656
More information about the Mlir-commits
mailing list