JackWeiw commented on code in PR #16454: URL: https://github.com/apache/tvm/pull/16454#discussion_r1467227960
########## src/tir/transforms/storage_access.cc: ########## @@ -94,6 +98,20 @@ void StorageAccessVisitor::VisitStmt_(const EvaluateNode* op) { allow_append_ = false; } +void StorageAccessVisitor::VisitStmt_(const LetStmtNode* op) { + allow_append_ = true; + curr_stmt_.access.clear(); Review Comment: can you check my new solution? -- 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: commits-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org