Lunderberg commented on code in PR #14532:
URL: https://github.com/apache/tvm/pull/14532#discussion_r1168706560
##########
src/tir/analysis/control_flow_graph.h:
##########
@@ -399,7 +399,8 @@ class ControlFlowGraph {
public:
/* \brief Extract the touch pattern from a TIR statement
*/
- explicit ControlFlowGraph(const Stmt& stmt, size_t max_revisits = 5);
+ explicit ControlFlowGraph(const Stmt& stmt, int max_simplification_steps = 0,
Review Comment:
Thank you, and updated.
--
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]