roastduck commented on issue #5559:
URL: https://github.com/apache/incubator-tvm/issues/5559#issuecomment-635739066


   I met some difficulties improving this pass. For now, I'm not going to take 
over it.
   
   This pass massively utilizes low level semantics such as `PostOrderVisit` 
(instead of `StmtExprMutator`) and raw pointers to `Object`, and it relies on 
manually tracking the updates to these pointers, which is hard to understand. 
Maybe we should develop an improved `StmtExprMutator`, which can track the 
updates to the nodes.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to