[Mlir-commits] [mlir] [mlir][transform] Add ApplySwapExtractSliceWithFillPatternsOp transform op (PR #213907)

Tuomas Kärnä llvmlistbot at llvm.org
Mon Aug 24 00:57:53 PDT 2026


================
@@ -165,6 +165,17 @@ def ApplyExtractSliceSinkingPatternsOp : Op<Transform_Dialect,
   let assemblyFormat = "attr-dict";
 }
 
+def ApplySwapExtractSliceWithFillPatternsOp : Op<Transform_Dialect,
----------------
tkarna wrote:

Added test to `swap-extract-slice-with-fill-transform.mlir` to be consistent with other linalg transform ops.

https://github.com/llvm/llvm-project/pull/213907


More information about the Mlir-commits mailing list