wrongtest commented on pull request #8803:
URL: https://github.com/apache/tvm/pull/8803#issuecomment-902459796


   > I wonder if we could just use TIR's `Simplify` pass?
   
   I think there are two reasons prevent us from use `Simplify`:
   - currently  `Simplify`  seems do not recognize "frontend" ir nodes like 
`Block`
   - we may want to keep ir structure same after specialize, but `Simplify` 
could do much aggressive optimization for its own purpose.


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