Lunderberg commented on pull request #9091:
URL: https://github.com/apache/tvm/pull/9091#issuecomment-930294838


   Latest round of changes, added another pass to remove assert statements that 
can be statically validated.  These are placed by ArgBinder::Bind if it can't 
verify a constraint at the time when it binds a variable.  If later variable 
substitutions allow the constraint to be statically verified, they can still 
remain in the final generated code.  These didn't appear prior to the refactor, 
because `StorageFlatten` made a single substitution, whereas the refactor does 
so in multiple passes.


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