Copilot commented on code in PR #17804:
URL: https://github.com/apache/tvm/pull/17804#discussion_r2050367308


##########
tests/python/tvmscript/test_tvmscript_syntax_sugar.py:
##########
@@ -506,5 +506,27 @@ def implicit():
     assert_structural_equal_ignore_global_symbol(implicit, explicit)
 
 
+def test_loop_jump_statement():
+    """`break` and `continue` evaluates to TIR intrisics"""

Review Comment:
   "intrisics" appears to be a typo; consider correcting it to "intrinsics".
   ```suggestion
       """`break` and `continue` evaluates to TIR intrinsics"""
   ```



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