sdalvi-quic commented on code in PR #16664:
URL: https://github.com/apache/tvm/pull/16664#discussion_r1516977376


##########
src/tir/analysis/control_flow_graph.cc:
##########
@@ -473,6 +473,7 @@ class ControlFlowGraphBuilder final : public 
IRVisitorWithAnalyzer {
   void VisitAccess(const BufferAccess& node, BufferTouch::AccessType 
touch_type,
                    PrimExpr known_value_expr) {
     auto& current_block = out_->control_flow_.back();
+    current_block.current_predicate = CurrentScopePredicate();

Review Comment:
   Thanks! I added an additional parameter to MakeBufferTouch.



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

Reply via email to