vinx13 commented on code in PR #13267:
URL: https://github.com/apache/tvm/pull/13267#discussion_r1013391296
##########
src/tir/transforms/narrow_datatype.cc:
##########
@@ -187,6 +187,11 @@ class DataTypeVisitor final : public StmtExprVisitor {
arith::ConstIntBoundAnalyzer::BoundMapType bound_;
};
+#if __clang__
Review Comment:
Thanks for the explanation. I think it's common in the codebase to only
override visitors for some IR nodes, for example
https://github.com/apache/tvm/blob/main/src/tir/transforms/storage_rewrite.cc#L63.
Any idea how it works?
--
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]