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

Adam Siemieniuk llvmlistbot at llvm.org
Fri Aug 21 06:03:19 PDT 2026


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

It could be added to `swap-extract-slice-with-fill.mlir` test to cover op's usage.

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


More information about the Mlir-commits mailing list