Hzfengsy commented on code in PR #14108:
URL: https://github.com/apache/tvm/pull/14108#discussion_r1125418474


##########
src/tir/schedule/ir_comparator.h:
##########
@@ -102,8 +102,12 @@ class TensorizeComparator : public ExprComparator, public 
StmtComparator {
   bool assert_mode_;
   /*! \brief Whether it is visiting the scope block (the outermost block). */
   bool is_scope_block = true;
-  /*! \brief The arithmetic analyzer. */
+  /*! \brief The arithmetic analyzer for comparing LHS and RHS */
   arith::Analyzer analyzer_;
+  /*! \brief The arithmetic analyzer for simplifying expressions on LHS.

Review Comment:
   ```suggestion
     /*!
      * \brief The arithmetic analyzer for simplifying expressions on LHS.
   ```



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