Skip to content

Commit c455ab7

Browse files
committed
[mlir] Fix test expectation.
1 parent f1acd9d commit c455ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/PDLToPDLInterp/pdl-to-pdl-interp-matcher.mlir

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ module @variadic_results_all {
588588
// CHECK-DAG: %[[OPS:.*]] = pdl_interp.get_users of %[[VAL0]] : !pdl.value
589589
// CHECK-DAG: pdl_interp.foreach %[[OP:.*]] : !pdl.operation in %[[OPS]]
590590
// CHECK-DAG: %[[OPERANDS:.*]] = pdl_interp.get_operands of %[[OP]]
591-
// CHECK-DAG: pdl_interp.are_equal %[[VALS]], %[[OPERANDS]] -> ^{{.*}}, ^[[CONTINUE:.*]]
591+
// CHECK-DAG: pdl_interp.are_equal %[[OPERANDS]], %[[VALS]] : !pdl.range<value> -> ^{{.*}}, ^[[CONTINUE:.*]]
592592
// CHECK-DAG: pdl_interp.is_not_null %[[OP]]
593593
// CHECK-DAG: pdl_interp.check_result_count of %[[OP]] is 0
594594
pdl.pattern @variadic_results_all : benefit(1) {

0 commit comments

Comments
 (0)