slyubomirsky opened a new pull request, #15791: URL: https://github.com/apache/tvm/pull/15791
As discussed in certain community meetings, `FoldDataflowBlockOutput` is a bit of clumsy outlier of a pass, resulting in a cludge like #15474 to try to make it easier to use. In this PR, the functionality of that pass is included in `CanonicalizeBindings` (it can be done just as a further transformation on `DataflowBlock`s) and the separate pass is removed. `CanonicalizeBindings` seems like a reasonable fit for that functionality, even if most work of eliminating unnecessary bindings is left to `DeadCodeElimination` (if necessary, it would be easy to move these changes there too). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
