Lunderberg commented on code in PR #16828:
URL: https://github.com/apache/tvm/pull/16828#discussion_r1546331379
##########
tests/python/relax/test_dataflow_pattern.py:
##########
@@ -1952,5 +1952,38 @@ def expected():
tvm.ir.assert_structural_equal(expected, after)
+def test_backtrack_for_no_op_rewriter_does_not_match_on_var():
+ """The matches should always contain the bound value
+
+ This is a regression test. In versions from
+ https://github.com/apache/tvm/pull/16732 to
+ https://github.com/apache/tvm/pull/#####, the `rewrite_call`
Review Comment:
Thank you, and fixed!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]