We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e497f8 commit 3ec1761Copy full SHA for 3ec1761
mlir/test/mlir-pdll/Parser/expr-failure.pdll
@@ -183,6 +183,18 @@ Pattern {
183
184
// -----
185
186
+Rewrite Foo(op: Op);
187
+
188
+Pattern {
189
+ // CHECK: negation of Rewrites is not supported
190
+ let root = op<>;
191
+ rewrite root with {
192
+ !Foo(root);
193
+ }
194
+}
195
196
+// -----
197
198
Pattern {
199
// CHECK: expected expression
200
let tuple = (10 = _: Value);
0 commit comments