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
Skip values with existing conversions in getConvertBackwardSlice
`getConvertBackwardSlice` currently includes any existing
rematerialisation it finds in the returned slice. However, this
shouldn't be necessary because that value does not need to be
rematerialised or included in the cost calculation.
Instead, once we find a valid rematerialisation, we can stop the
traversal right away.
0 commit comments