ashutosh-arm commented on code in PR #14232:
URL: https://github.com/apache/tvm/pull/14232#discussion_r1129281636


##########
tests/python/unittest/test_target_codegen_llvm.py:
##########
@@ -534,7 +534,7 @@ def _show_info():
             (2, 2),
             (-11, 11),
         ]:
-            if end < start or dend < dstart or (dend == 0 and dstart == 0):

Review Comment:
   nit: could you please tally against 
https://github.com/apache/tvm/blob/902c2e2db70b75c36f9bd8c253707b1e8761cc18/tests/python/unittest/test_tir_nodes.py#L300
 to check the divide by zero test case is covered there?



-- 
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]

Reply via email to