[Mlir-commits] [mlir] [MLIR] Add pattern to bubble up tensor.extract_slice (PR #126898)
ofri frishman
llvmlistbot at llvm.org
Wed Feb 26 22:49:38 PST 2025
================
@@ -111,6 +111,16 @@ def ApplyReassociativeReshapeFoldingPatternsOp : Op<Transform_Dialect,
let assemblyFormat = "attr-dict";
}
+def ApplyBubbleUpExtractSlicePatternsOp : Op<Transform_Dialect,
+ "apply_patterns.tensor.bubble_up_extract_slice",
+ [DeclareOpInterfaceMethods<PatternDescriptorOpInterface>]> {
+ let description = [{
+ Indicates that tensor.extract_slice and its producer should swap location.
----------------
ofri-frishman wrote:
Updated
https://github.com/llvm/llvm-project/pull/126898
More information about the Mlir-commits
mailing list