You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "slyubomirsky (via GitHub)" <gi...@apache.org> on 2023/07/18 01:44:45 UTC

[GitHub] [tvm] slyubomirsky commented on pull request #15341: [Unity][Transform] Elide redundant bindings of dataflow vars

slyubomirsky commented on PR #15341:
URL: https://github.com/apache/tvm/pull/15341#issuecomment-1639149990

   I'm a little surprised by how verbose this check turned out to be, so I wonder if there's a more elegant way to implement it that I've managed to miss. Perhaps the condition is too complex and there are more circumstances where we might want to eliminate these intermediate bindings.
   
   I'm also not sure if the dead code elimination pass is the best place to make this happen, though I don't know what other pass would be better for this check. It could potentially be its own mini-pass.


-- 
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-unsubscribe@tvm.apache.org

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