You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Relax] Improve CanonicalizeBindings in DataflowVar edge case (#16783)
* [Relax] Improve CanonicalizeBindings in DataflowVar edge case
If there is a trivial binding of `Var = DataflowVar`, but the
non-dataflow variable is never used outside the dataflow block in
which is is declared, then we should keep the name of the upstream
`DataflowVar`, as it is more likely to be the human-readable
name (e.g. a function parameter).
* Update comment for used/not used Var
* ci bump
0 commit comments