junrushao1994 commented on a change in pull request #7306:
URL: https://github.com/apache/tvm/pull/7306#discussion_r559874698



##########
File path: src/printer/tir_text_printer.cc
##########
@@ -465,27 +465,30 @@ Doc TIRTextPrinter::VisitStmt_(const EvaluateNode* op) {
   return doc;
 }
 
-inline const char* ForType2String(ForType t) {
+inline const char* ForKind2String(ForKind t) {

Review comment:
       Consider move this to tir/stmt.h?

##########
File path: src/printer/tir_text_printer.cc
##########
@@ -465,27 +465,30 @@ Doc TIRTextPrinter::VisitStmt_(const EvaluateNode* op) {
   return doc;
 }
 
-inline const char* ForType2String(ForType t) {
+inline const char* ForKind2String(ForKind t) {

Review comment:
       Consider moving this to tir/stmt.h?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to