[mlir] fix crossed transform dialect patches
authorAlex Zinenko <zinenko@google.com>
Fri, 12 Aug 2022 15:47:23 +0000 (15:47 +0000)
committerAlex Zinenko <zinenko@google.com>
Fri, 12 Aug 2022 15:48:15 +0000 (15:48 +0000)
One patch added a use of the IR syntax that was changed by another.

mlir/test/Dialect/Linalg/transform-op-match.mlir

index 9e2341b..2696cf5 100644 (file)
@@ -43,7 +43,7 @@ func.func @match_complex_attribute(%arg0: tensor<12x128x32xf32>)
 
 transform.with_pdl_patterns {
 ^bb0(%arg0: !pdl.operation):
-  transform.sequence %arg0 {
+  transform.sequence %arg0 failures(propagate) {
   ^bb1(%arg1: !pdl.operation):
     %match_attr = transform.structured.match
         ops{["linalg.generic"]}