Lunderberg opened a new pull request, #15696:
URL: https://github.com/apache/tvm/pull/15696

   Prior to this commit, `CanonicalizeBindings` would identify trivial bindings 
of `var_y = var_x` and replace subsequent usage of `var_y` with `var_x`, but 
bindings of the form `tuple_var = (var_x,); var_y = var_x[0]` would not be 
canonicalized.
   
   This commit updates the `CanonicalizeBindings` pass to identify trivial 
bindings that occur across a `TupleGetItem` expression, handling them as if 
they were direct assignments.


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

Reply via email to