tqchen edited a comment on pull request #7425: URL: https://github.com/apache/tvm/pull/7425#issuecomment-775986528
Thanks @masahi , before we merge it in. it would be really awesome to go through the current list of passes and check if special handling of while is needed (so we won't bring in new bugs because the mix). Some of the example passes could include (I would at least check passes that need special IfThenElse handling) For example, I can see the need to update following pass: - Vectorize (we will need to abort if the condition is vectorized) ---------------------------------------------------------------- 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: [email protected]
