wrongtest-intellif commented on code in PR #14596:
URL: https://github.com/apache/tvm/pull/14596#discussion_r1163526009
##########
src/tir/transforms/compact_buffer_region.cc:
##########
@@ -203,6 +211,10 @@ class BufferAccessRegionCollector : public StmtExprVisitor
{
}
void VisitStmt_(const BlockNode* op) final {
+ // make sure the analyzer is aware of loop bound info.
Review Comment:
The buffer compaction is only allowed to work on opaque block without block
iters, so we could add sanity check than make bindings?
--
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]