tlopex opened a new pull request, #19598: URL: https://github.com/apache/tvm/pull/19598
This PR exposes C++-backed analyzer-aware stmt/expr functors to Python. It adds `PyStmtExprVisitorWithAnalyzer` and `PyStmtExprMutatorWithAnalyzer`, allowing Python-side TIRX passes to access `self.analyzer` during traversal while preserving analyzer context across loops, blocks, branches, asserts, pure bindings, `Select`, and `tirx.if_then_else`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
